Html Css Color HEX #664EDC Slate Blue

📋 copy color: '#664EDC'

red 102 ◦ green 78 ◦ blue 220

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

Shades of Slate Blue #664EDC

Tints of Slate Blue #664EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 55%

R = 25.5%
G = 19.5%
B = 55%

CMYK

 C value IS 0.54

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#664EDC (or 0x664EDC) is known color: Slate Blue. HEX triplet: 66, 4E and DC. RGB value is (102,78,220). Sum of RGB (Red+Green+Blue) = 102+78+220=400 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.5% from 400); Green value is 78 (30.86% from 255 or 19.5% from 400); Blue value is 220 (86.33% from 255 or 55% from 400); Max value from RGB is 220 - color contains mainly: blue. Hex color #664EDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #664EDC is #99B123. Grayscale: #646464. Windows color (decimal): -10072356 or 14437990. OLE color: 14437990.

HSL color Cylindrical-coordinate representation of color #664EDC: hue angle of 250.14º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #664EDC is Cyan = 0.54, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 102 78 220 -
CMYK 0.54 0.65 0 0.14
HSL 250.14º 0.67% 0.58% -
HSV(B) 250.14º 0.65% 0.86% -
XYZ 21.12 13.44 69.19 -
YUV 101.36 194.95 128.45 -
System Red Green Blue C M Y K H S L
Decimal 102 78 220 0.54 0.65 0 0.14 250.14 0.67 0.58
Hex 66 4E DC 36 41 0 E FA 43 3A
Octal 146 116 334 66 101 0 16 372 103 72
Binary 1100110 1001110 11011100 110110 1000001 0 1110 11111010 1000011 111010

Color Harmonies of #664EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664EDC

Black with #664EDC

Text Example


Text Example

White with #664EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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