Html Css Color HEX #664DC9 Slate Blue

📋 copy color: '#664DC9'

red 102 ◦ green 77 ◦ blue 201

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

Shades of Slate Blue #664DC9

Tints of Slate Blue #664DC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 52.89%

R = 26.84%
G = 20.26%
B = 52.89%

CMYK

 C value IS 0.49

 M value IS 0.62

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#664DC9 (or 0x664DC9) is known color: Slate Blue. HEX triplet: 66, 4D and C9. RGB value is (102,77,201). Sum of RGB (Red+Green+Blue) = 102+77+201=380 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.84% from 380); Green value is 77 (30.47% from 255 or 20.26% from 380); Blue value is 201 (78.91% from 255 or 52.89% from 380); Max value from RGB is 201 - color contains mainly: blue. Hex color #664DC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #664DC9 is #99B236. Grayscale: #626262. Windows color (decimal): -10072631 or 13192550. OLE color: 13192550.

HSL color Cylindrical-coordinate representation of color #664DC9: hue angle of 252.1º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #664DC9 is Cyan = 0.49, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 102 77 201 -
CMYK 0.49 0.62 0 0.21
HSL 252.1º 0.53% 0.55% -
HSV(B) 252.1º 0.62% 0.79% -
XYZ 18.68 12.35 56.66 -
YUV 98.61 185.78 130.42 -
System Red Green Blue C M Y K H S L
Decimal 102 77 201 0.49 0.62 0 0.21 252.1 0.53 0.55
Hex 66 4D C9 31 3E 0 15 FC 35 37
Octal 146 115 311 61 76 0 25 374 65 67
Binary 1100110 1001101 11001001 110001 111110 0 10101 11111100 110101 110111

Color Harmonies of #664DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664DC9

Black with #664DC9

Text Example


Text Example

White with #664DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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