Html Css Color HEX #6664CC Slate Blue

📋 copy color: '#6664CC'

red 102 ◦ green 100 ◦ blue 204

#6664CC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Slate Blue #6664CC

Tints of Slate Blue #6664CC

RGB

 RED value IS 102 (40.23% from 255) = 25.12%

 GREEN value IS 100 (39.45% from 255) = 24.63%

 BLUE value IS 204 (80.08% from 255) = 50.25%

R = 25.12%
G = 24.63%
B = 50.25%

CMYK

 C value IS 0.5

 M value IS 0.51

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6664CC (or 0x6664CC) is known color: Slate Blue. HEX triplet: 66, 64 and CC. RGB value is (102,100,204). Sum of RGB (Red+Green+Blue) = 102+100+204=406 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.12% from 406); Green value is 100 (39.45% from 255 or 24.63% from 406); Blue value is 204 (80.08% from 255 or 50.25% from 406); Max value from RGB is 204 - color contains mainly: blue. Hex color #6664CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6664CC is #999B33. Grayscale: #707070. Windows color (decimal): -10066740 or 13395046. OLE color: 13395046.

HSL color Cylindrical-coordinate representation of color #6664CC: hue angle of 241.15º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6664CC is Cyan = 0.5, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 102 100 204 -
CMYK 0.5 0.51 0 0.2
HSL 241.15º 0.5% 0.6% -
HSV(B) 241.15º 0.51% 0.8% -
XYZ 20.94 16.3 59.17 -
YUV 112.45 179.66 120.54 -
System Red Green Blue C M Y K H S L
Decimal 102 100 204 0.5 0.51 0 0.2 241.15 0.5 0.6
Hex 66 64 CC 32 33 0 14 F1 32 3C
Octal 146 144 314 62 63 0 24 361 62 74
Binary 1100110 1100100 11001100 110010 110011 0 10100 11110001 110010 111100

Color Harmonies of #6664CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6664CC

Black with #6664CC

Text Example


Text Example

White with #6664CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6664CC; }

 p { color: rgb(102,100,204); }

 H1.HeaderClassName
 {
   color: #6664CC;
 }
 .AnyTagClassName
 {
   color: #6664CC;
 }
</style>

background-color css

<style>
 a { background-color: #6664CC; }

 a { background-color: rgb(102,100,204); }

 div.DivClassName
 {
   background-color: #6664CC;
 }
 .BgClassName
 {
   background-color: #6664CC;
 }
</style>

border-color css

<style>
 span { border-color: #6664CC; }

 span { border-color: rgb(102,100,204); }

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