Html Css Color HEX #664CCB Slate Blue

📋 copy color: '#664CCB'

red 102 ◦ green 76 ◦ blue 203

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

Shades of Slate Blue #664CCB

Tints of Slate Blue #664CCB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.95%

 BLUE value IS 203 (79.69% from 255) = 53.28%

R = 26.77%
G = 19.95%
B = 53.28%

CMYK

 C value IS 0.50

 M value IS 0.63

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#664CCB (or 0x664CCB) is known color: Slate Blue. HEX triplet: 66, 4C and CB. RGB value is (102,76,203). Sum of RGB (Red+Green+Blue) = 102+76+203=381 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.77% from 381); Green value is 76 (30.08% from 255 or 19.95% from 381); Blue value is 203 (79.69% from 255 or 53.28% from 381); Max value from RGB is 203 - color contains mainly: blue. Hex color #664CCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #664CCB is #99B334. Grayscale: #616161. Windows color (decimal): -10072885 or 13323366. OLE color: 13323366.

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

Color convert

RGB 102 76 203 -
CMYK 0.50 0.63 0 0.20
HSL 252.28º 0.55% 0.55% -
HSV(B) 252.28º 0.63% 0.8% -
XYZ 18.84 12.31 57.88 -
YUV 98.25 187.11 130.67 -
System Red Green Blue C M Y K H S L
Decimal 102 76 203 0.50 0.63 0 0.20 252.28 0.55 0.55
Hex 66 4C CB 32 3F 0 14 FC 37 37
Octal 146 114 313 62 77 0 24 374 67 67
Binary 1100110 1001100 11001011 110010 111111 0 10100 11111100 110111 110111

Color Harmonies of #664CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664CCB

Black with #664CCB

Text Example


Text Example

White with #664CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,76,203); }

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

background-color css

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

 a { background-color: rgb(102,76,203); }

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

border-color css

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

 span { border-color: rgb(102,76,203); }

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