#6D60DA

Color #6D60DA Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #6D60DA

Tints of Slate Blue #6D60DA

Color information

#6D60DA (or 0x6D60DA) is unknown color: approx Slate Blue. HEX triplet: 6D, 60 and DA. RGB value is (109,96,218). Sum of RGB (Red+Green+Blue) = 109+96+218=423 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.77% from 423); Green value is 96 (37.89% from 255 or 22.70% from 423); Blue value is 218 (85.55% from 255 or 51.54% from 423); Max value from RGB is 218 - color contains mainly: blue. Hex color #6D60DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D60DA is #929F25. Grayscale: #717171. Windows color (decimal): -9608998 or 14311533. OLE color: 14311533.

HSL color Cylindrical-coordinate representation of color #6D60DA: hue angle of 246.39º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6D60DA is Cyan = 0.5, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB10996218-
CMYK0.50.5600.15
HSL246.39º62.24%61.57%-
HSV(B)246.39º55.96%85.49%-
XYZ23.1416.6868.33-
YUV113.8186.81124.58-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 109 (42.97% from 255) = 25.77%
GREEN value IS 96 (37.89% from 255) = 22.70%
BLUE value IS 218 (85.55% from 255) = 51.54%
R=25.77%
G=22.70%
B=51.54%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal109962180.50.5600.15246.3962.2461.57
Hex6D60DA32380Ff63e3e
Octal15514033262700173667676
Binary11011011100000110110101100101110000111111110110111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D60DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6D60DA; }

 p { color: rgb(109,96,218); }

 H1.HeaderClassName
 {
   color: #6D60DA;
 }
 .AnyTagClassName
 {
   color: #6D60DA;
 }
</style>
background-color css

<style>
 a { background-color: #6D60DA; }

 a { background-color: rgb(109,96,218); }

 div.DivClassName
 {
   background-color: #6D60DA;
 }
 .BgClassName
 {
   background-color: #6D60DA;
 }
</style>
border-color css

<style>
 span { border-color: #6D60DA; }

 span { border-color: rgb(109,96,218); }

 td.TdClassName
 {
   border-color: #6D60DA;
 }
 .TagClassName
 {
   border-color: #6D60DA;
 }
</style>