Html Css Color HEX #664BCB Slate Blue

📋 copy color: '#664BCB'

red 102 ◦ green 75 ◦ blue 203

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

Shades of Slate Blue #664BCB

Tints of Slate Blue #664BCB

RGB

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

 GREEN value IS 75 (29.69% from 255) = 19.74%

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

R = 26.84%
G = 19.74%
B = 53.42%

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

#664BCB (or 0x664BCB) is known color: Slate Blue. HEX triplet: 66, 4B and CB. RGB value is (102,75,203). Sum of RGB (Red+Green+Blue) = 102+75+203=380 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.84% from 380); Green value is 75 (29.69% from 255 or 19.74% from 380); Blue value is 203 (79.69% from 255 or 53.42% from 380); Max value from RGB is 203 - color contains mainly: blue. Hex color #664BCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #664BCB is #99B434. Grayscale: #616161. Windows color (decimal): -10073141 or 13323110. OLE color: 13323110.

HSL color Cylindrical-coordinate representation of color #664BCB: hue angle of 252.66º 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 #664BCB is Cyan = 0.50, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 102 75 203 -
CMYK 0.50 0.63 0 0.20
HSL 252.66º 0.55% 0.55% -
HSV(B) 252.66º 0.63% 0.8% -
XYZ 18.78 12.17 57.86 -
YUV 97.67 187.45 131.09 -
System Red Green Blue C M Y K H S L
Decimal 102 75 203 0.50 0.63 0 0.20 252.66 0.55 0.55
Hex 66 4B CB 32 3F 0 14 FD 37 37
Octal 146 113 313 62 77 0 24 375 67 67
Binary 1100110 1001011 11001011 110010 111111 0 10100 11111101 110111 110111

Color Harmonies of #664BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664BCB

Black with #664BCB

Text Example


Text Example

White with #664BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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