Html Css Color HEX #664DD9 Slate Blue

📋 copy color: '#664DD9'

red 102 ◦ green 77 ◦ blue 217

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

Shades of Slate Blue #664DD9

Tints of Slate Blue #664DD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 54.8%

R = 25.76%
G = 19.44%
B = 54.8%

CMYK

 C value IS 0.53

 M value IS 0.65

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#664DD9 (or 0x664DD9) is known color: Slate Blue. HEX triplet: 66, 4D and D9. RGB value is (102,77,217). Sum of RGB (Red+Green+Blue) = 102+77+217=396 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.76% from 396); Green value is 77 (30.47% from 255 or 19.44% from 396); Blue value is 217 (85.16% from 255 or 54.80% from 396); Max value from RGB is 217 - color contains mainly: blue. Hex color #664DD9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #664DD9 is #99B226. Grayscale: #636363. Windows color (decimal): -10072615 or 14241126. OLE color: 14241126.

HSL color Cylindrical-coordinate representation of color #664DD9: hue angle of 250.71º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #664DD9 is Cyan = 0.53, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 102 77 217 -
CMYK 0.53 0.65 0 0.15
HSL 250.71º 0.65% 0.58% -
HSV(B) 250.71º 0.65% 0.85% -
XYZ 20.66 13.14 67.09 -
YUV 100.44 193.78 129.12 -
System Red Green Blue C M Y K H S L
Decimal 102 77 217 0.53 0.65 0 0.15 250.71 0.65 0.58
Hex 66 4D D9 35 41 0 F FB 41 3A
Octal 146 115 331 65 101 0 17 373 101 72
Binary 1100110 1001101 11011001 110101 1000001 0 1111 11111011 1000001 111010

Color Harmonies of #664DD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664DD9

Black with #664DD9

Text Example


Text Example

White with #664DD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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