#6c60da

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

Shades of Slate Blue #6C60DA

Tints of Slate Blue #6C60DA

Color information

#6C60DA (or 0x6C60DA) is unknown color: approx Slate Blue. HEX triplet: 6C, 60 and DA. RGB value is (108,96,218). Sum of RGB (Red+Green+Blue) = 108+96+218=422 (55% of max value = 765). Red value is 108 (42.58% from 255 or 25.59% from 422); Green value is 96 (37.89% from 255 or 22.75% from 422); Blue value is 218 (85.55% from 255 or 51.66% from 422); Max value from RGB is 218 - color contains mainly: blue. Hex color #6C60DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C60DA is #939F25. Grayscale: #717171. Windows color (decimal): -9674534 or 14311532. OLE color: 14311532.

HSL color Cylindrical-coordinate representation of color #6C60DA: hue angle of 245.9º 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 #6C60DA is Cyan = 0.50, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB10896218-
CMYK0.500.5600.15
HSL245.9º62.24%61.57%-
HSV(B)245.9º55.96%85.49%-
XYZ23.0216.6268.32-
YUV113.5186.98124.08-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 25.59%
GREEN value IS 96 (37.89% from 255) = 22.75%
BLUE value IS 218 (85.55% from 255) = 51.66%
R=25.59%
G=22.75%
B=51.66%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal108962180.500.5600.15245.962.2461.57
Hex6C60DA32380Ff63e3e
Octal15414033262700173667676
Binary11011001100000110110101100101110000111111110110111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6c60da

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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