Html Css Color HEX #664ED0 Slate Blue

📋 copy color: '#664ED0'

red 102 ◦ green 78 ◦ blue 208

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

Shades of Slate Blue #664ED0

Tints of Slate Blue #664ED0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 53.61%

R = 26.29%
G = 20.1%
B = 53.61%

CMYK

 C value IS 0.51

 M value IS 0.62

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#664ED0 (or 0x664ED0) is known color: Slate Blue. HEX triplet: 66, 4E and D0. RGB value is (102,78,208). Sum of RGB (Red+Green+Blue) = 102+78+208=388 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.29% from 388); Green value is 78 (30.86% from 255 or 20.10% from 388); Blue value is 208 (81.64% from 255 or 53.61% from 388); Max value from RGB is 208 - color contains mainly: blue. Hex color #664ED0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #664ED0 is #99B12F. Grayscale: #636363. Windows color (decimal): -10072368 or 13651558. OLE color: 13651558.

HSL color Cylindrical-coordinate representation of color #664ED0: hue angle of 251.08º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #664ED0 is Cyan = 0.51, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 102 78 208 -
CMYK 0.51 0.62 0 0.18
HSL 251.08º 0.58% 0.56% -
HSV(B) 251.08º 0.63% 0.82% -
XYZ 19.59 12.83 61.12 -
YUV 100 188.95 129.43 -
System Red Green Blue C M Y K H S L
Decimal 102 78 208 0.51 0.62 0 0.18 251.08 0.58 0.56
Hex 66 4E D0 33 3E 0 12 FB 3A 38
Octal 146 116 320 63 76 0 22 373 72 70
Binary 1100110 1001110 11010000 110011 111110 0 10010 11111011 111010 111000

Color Harmonies of #664ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664ED0

Black with #664ED0

Text Example


Text Example

White with #664ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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