#6C60DC

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

Shades of Slate Blue #6C60DC

Tints of Slate Blue #6C60DC

Color information

#6C60DC (or 0x6C60DC) is unknown color: approx Slate Blue. HEX triplet: 6C, 60 and DC. RGB value is (108,96,220). Sum of RGB (Red+Green+Blue) = 108+96+220=424 (56% of max value = 765). Red value is 108 (42.58% from 255 or 25.47% from 424); Green value is 96 (37.89% from 255 or 22.64% from 424); Blue value is 220 (86.33% from 255 or 51.89% from 424); Max value from RGB is 220 - color contains mainly: blue. Hex color #6C60DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C60DC is #939F23. Grayscale: #717171. Windows color (decimal): -9674532 or 14442604. OLE color: 14442604.

HSL color Cylindrical-coordinate representation of color #6C60DC: hue angle of 245.81º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6C60DC is Cyan = 0.51, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB10896220-
CMYK0.510.5600.14
HSL245.81º63.92%61.96%-
HSV(B)245.81º56.36%86.27%-
XYZ23.2916.7269.71-
YUV113.72187.98123.92-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 25.47%
GREEN value IS 96 (37.89% from 255) = 22.64%
BLUE value IS 220 (86.33% from 255) = 51.89%
R=25.47%
G=22.64%
B=51.89%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal108962200.510.5600.14245.8163.9261.96
Hex6C60DC33380Ef6403e
Octal154140334637001636610076
Binary110110011000001101110011001111100001110111101101000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C60DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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