Html Css Color HEX #664ED8 Slate Blue

📋 copy color: '#664ED8'

red 102 ◦ green 78 ◦ blue 216

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

Shades of Slate Blue #664ED8

Tints of Slate Blue #664ED8

RGB

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

 GREEN value IS 78 (30.86% from 255) = 19.7%

 BLUE value IS 216 (84.77% from 255) = 54.55%

R = 25.76%
G = 19.7%
B = 54.55%

CMYK

 C value IS 0.53

 M value IS 0.64

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#664ED8 (or 0x664ED8) is known color: Slate Blue. HEX triplet: 66, 4E and D8. RGB value is (102,78,216). Sum of RGB (Red+Green+Blue) = 102+78+216=396 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.76% from 396); Green value is 78 (30.86% from 255 or 19.70% from 396); Blue value is 216 (84.77% from 255 or 54.55% from 396); Max value from RGB is 216 - color contains mainly: blue. Hex color #664ED8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #664ED8 is #99B127. Grayscale: #646464. Windows color (decimal): -10072360 or 14175846. OLE color: 14175846.

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

Color convert

RGB 102 78 216 -
CMYK 0.53 0.64 0 0.15
HSL 250.43º 0.64% 0.58% -
HSV(B) 250.43º 0.64% 0.85% -
XYZ 20.6 13.23 66.43 -
YUV 100.91 192.95 128.78 -
System Red Green Blue C M Y K H S L
Decimal 102 78 216 0.53 0.64 0 0.15 250.43 0.64 0.58
Hex 66 4E D8 35 40 0 F FA 40 3A
Octal 146 116 330 65 100 0 17 372 100 72
Binary 1100110 1001110 11011000 110101 1000000 0 1111 11111010 1000000 111010

Color Harmonies of #664ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664ED8

Black with #664ED8

Text Example


Text Example

White with #664ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,78,216); }

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

background-color css

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

 a { background-color: rgb(102,78,216); }

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

border-color css

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

 span { border-color: rgb(102,78,216); }

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