Html Css Color HEX #664DCE Slate Blue

📋 copy color: '#664DCE'

red 102 ◦ green 77 ◦ blue 206

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

Shades of Slate Blue #664DCE

Tints of Slate Blue #664DCE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20%

 BLUE value IS 206 (80.86% from 255) = 53.51%

R = 26.49%
G = 20%
B = 53.51%

CMYK

 C value IS 0.50

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#664DCE (or 0x664DCE) is known color: Slate Blue. HEX triplet: 66, 4D and CE. RGB value is (102,77,206). Sum of RGB (Red+Green+Blue) = 102+77+206=385 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.49% from 385); Green value is 77 (30.47% from 255 or 20% from 385); Blue value is 206 (80.86% from 255 or 53.51% from 385); Max value from RGB is 206 - color contains mainly: blue. Hex color #664DCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #664DCE is #99B231. Grayscale: #626262. Windows color (decimal): -10072626 or 13520230. OLE color: 13520230.

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

Color convert

RGB 102 77 206 -
CMYK 0.50 0.63 0 0.19
HSL 251.63º 0.57% 0.55% -
HSV(B) 251.63º 0.63% 0.81% -
XYZ 19.27 12.59 59.81 -
YUV 99.18 188.28 130.01 -
System Red Green Blue C M Y K H S L
Decimal 102 77 206 0.50 0.63 0 0.19 251.63 0.57 0.55
Hex 66 4D CE 32 3F 0 13 FC 39 37
Octal 146 115 316 62 77 0 23 374 71 67
Binary 1100110 1001101 11001110 110010 111111 0 10011 11111100 111001 110111

Color Harmonies of #664DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664DCE

Black with #664DCE

Text Example


Text Example

White with #664DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,77,206); }

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

background-color css

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

 a { background-color: rgb(102,77,206); }

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

border-color css

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

 span { border-color: rgb(102,77,206); }

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