Html Css Color HEX #664BCD Slate Blue

📋 copy color: '#664BCD'

red 102 ◦ green 75 ◦ blue 205

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

Shades of Slate Blue #664BCD

Tints of Slate Blue #664BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 53.66%

R = 26.7%
G = 19.63%
B = 53.66%

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

#664BCD (or 0x664BCD) is known color: Slate Blue. HEX triplet: 66, 4B and CD. RGB value is (102,75,205). Sum of RGB (Red+Green+Blue) = 102+75+205=382 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.70% from 382); Green value is 75 (29.69% from 255 or 19.63% from 382); Blue value is 205 (80.47% from 255 or 53.66% from 382); Max value from RGB is 205 - color contains mainly: blue. Hex color #664BCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #664BCD is #99B432. Grayscale: #616161. Windows color (decimal): -10073139 or 13454182. OLE color: 13454182.

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

Color convert

RGB 102 75 205 -
CMYK 0.50 0.63 0 0.20
HSL 252.46º 0.57% 0.55% -
HSV(B) 252.46º 0.63% 0.8% -
XYZ 19.02 12.26 59.12 -
YUV 97.89 188.45 130.93 -
System Red Green Blue C M Y K H S L
Decimal 102 75 205 0.50 0.63 0 0.20 252.46 0.57 0.55
Hex 66 4B CD 32 3F 0 14 FC 39 37
Octal 146 113 315 62 77 0 24 374 71 67
Binary 1100110 1001011 11001101 110010 111111 0 10100 11111100 111001 110111

Color Harmonies of #664BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664BCD

Black with #664BCD

Text Example


Text Example

White with #664BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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