#6661DC

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

Shades of Slate Blue #6661DC

Tints of Slate Blue #6661DC

Color information

#6661DC (or 0x6661DC) is unknown color: approx Slate Blue. HEX triplet: 66, 61 and DC. RGB value is (102,97,220). Sum of RGB (Red+Green+Blue) = 102+97+220=419 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.34% from 419); Green value is 97 (38.28% from 255 or 23.15% from 419); Blue value is 220 (86.33% from 255 or 52.51% from 419); Max value from RGB is 220 - color contains mainly: blue. Hex color #6661DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6661DC is #999E23. Grayscale: #707070. Windows color (decimal): -10067492 or 14442854. OLE color: 14442854.

HSL color Cylindrical-coordinate representation of color #6661DC: hue angle of 242.44º 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 #6661DC is Cyan = 0.54, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB10297220-
CMYK0.540.5600.14
HSL242.44º63.73%62.16%-
HSV(B)242.44º55.91%86.27%-
XYZ22.6716.5469.71-
YUV112.52188.66120.5-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.34%
GREEN value IS 97 (38.28% from 255) = 23.15%
BLUE value IS 220 (86.33% from 255) = 52.51%
R=24.34%
G=23.15%
B=52.51%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal102972200.540.5600.14242.4463.7362.16
Hex6661DC36380Ef2403e
Octal146141334667001636210076
Binary110011011000011101110011011011100001110111100101000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6661DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6661DC; }

 p { color: rgb(102,97,220); }

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

<style>
 a { background-color: #6661DC; }

 a { background-color: rgb(102,97,220); }

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

<style>
 span { border-color: #6661DC; }

 span { border-color: rgb(102,97,220); }

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