Html Css Color HEX #664FCC Slate Blue

📋 copy color: '#664FCC'

red 102 ◦ green 79 ◦ blue 204

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

Shades of Slate Blue #664FCC

Tints of Slate Blue #664FCC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 20.52%

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

R = 26.49%
G = 20.52%
B = 52.99%

CMYK

 C value IS 0.5

 M value IS 0.61

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#664FCC (or 0x664FCC) is known color: Slate Blue. HEX triplet: 66, 4F and CC. RGB value is (102,79,204). Sum of RGB (Red+Green+Blue) = 102+79+204=385 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.49% from 385); Green value is 79 (31.25% from 255 or 20.52% from 385); Blue value is 204 (80.08% from 255 or 52.99% from 385); Max value from RGB is 204 - color contains mainly: blue. Hex color #664FCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #664FCC is #99B033. Grayscale: #636363. Windows color (decimal): -10072116 or 13389670. OLE color: 13389670.

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

Color convert

RGB 102 79 204 -
CMYK 0.5 0.61 0 0.2
HSL 251.04º 0.55% 0.55% -
HSV(B) 251.04º 0.61% 0.8% -
XYZ 19.17 12.78 58.58 -
YUV 100.13 186.62 129.34 -
System Red Green Blue C M Y K H S L
Decimal 102 79 204 0.5 0.61 0 0.2 251.04 0.55 0.55
Hex 66 4F CC 32 3D 0 14 FB 37 37
Octal 146 117 314 62 75 0 24 373 67 67
Binary 1100110 1001111 11001100 110010 111101 0 10100 11111011 110111 110111

Color Harmonies of #664FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664FCC

Black with #664FCC

Text Example


Text Example

White with #664FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664FCC; }

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

 H1.HeaderClassName
 {
   color: #664FCC;
 }
 .AnyTagClassName
 {
   color: #664FCC;
 }
</style>

background-color css

<style>
 a { background-color: #664FCC; }

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

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

border-color css

<style>
 span { border-color: #664FCC; }

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

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