Html Css Color HEX #664EDD Slate Blue

📋 copy color: '#664EDD'

red 102 ◦ green 78 ◦ blue 221

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

Shades of Slate Blue #664EDD

Tints of Slate Blue #664EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 55.11%

R = 25.44%
G = 19.45%
B = 55.11%

CMYK

 C value IS 0.54

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#664EDD (or 0x664EDD) is known color: Slate Blue. HEX triplet: 66, 4E and DD. RGB value is (102,78,221). Sum of RGB (Red+Green+Blue) = 102+78+221=401 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.44% from 401); Green value is 78 (30.86% from 255 or 19.45% from 401); Blue value is 221 (86.72% from 255 or 55.11% from 401); Max value from RGB is 221 - color contains mainly: blue. Hex color #664EDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #664EDD is #99B122. Grayscale: #646464. Windows color (decimal): -10072355 or 14503526. OLE color: 14503526.

HSL color Cylindrical-coordinate representation of color #664EDD: hue angle of 250.07º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #664EDD is Cyan = 0.54, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 102 78 221 -
CMYK 0.54 0.65 0 0.13
HSL 250.07º 0.68% 0.59% -
HSV(B) 250.07º 0.65% 0.87% -
XYZ 21.26 13.49 69.89 -
YUV 101.48 195.45 128.37 -
System Red Green Blue C M Y K H S L
Decimal 102 78 221 0.54 0.65 0 0.13 250.07 0.68 0.59
Hex 66 4E DD 36 41 0 D FA 44 3B
Octal 146 116 335 66 101 0 15 372 104 73
Binary 1100110 1001110 11011101 110110 1000001 0 1101 11111010 1000100 111011

Color Harmonies of #664EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664EDD

Black with #664EDD

Text Example


Text Example

White with #664EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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