Html Css Color HEX #664CE0 Slate Blue

📋 copy color: '#664CE0'

red 102 ◦ green 76 ◦ blue 224

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

Shades of Slate Blue #664CE0

Tints of Slate Blue #664CE0

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.91%

 BLUE value IS 224 (87.89% from 255) = 55.72%

R = 25.37%
G = 18.91%
B = 55.72%

CMYK

 C value IS 0.54

 M value IS 0.66

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#664CE0 (or 0x664CE0) is known color: Slate Blue. HEX triplet: 66, 4C and E0. RGB value is (102,76,224). Sum of RGB (Red+Green+Blue) = 102+76+224=402 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.37% from 402); Green value is 76 (30.08% from 255 or 18.91% from 402); Blue value is 224 (87.89% from 255 or 55.72% from 402); Max value from RGB is 224 - color contains mainly: blue. Hex color #664CE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #664CE0 is #99B31F. Grayscale: #646464. Windows color (decimal): -10072864 or 14699622. OLE color: 14699622.

HSL color Cylindrical-coordinate representation of color #664CE0: hue angle of 250.54º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #664CE0 is Cyan = 0.54, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 102 76 224 -
CMYK 0.54 0.66 0 0.12
HSL 250.54º 0.7% 0.59% -
HSV(B) 250.54º 0.66% 0.88% -
XYZ 21.52 13.38 71.97 -
YUV 100.65 197.61 128.97 -
System Red Green Blue C M Y K H S L
Decimal 102 76 224 0.54 0.66 0 0.12 250.54 0.7 0.59
Hex 66 4C E0 36 42 0 C FB 46 3B
Octal 146 114 340 66 102 0 14 373 106 73
Binary 1100110 1001100 11100000 110110 1000010 0 1100 11111011 1000110 111011

Color Harmonies of #664CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664CE0

Black with #664CE0

Text Example


Text Example

White with #664CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,76,224); }

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

background-color css

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

 a { background-color: rgb(102,76,224); }

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

border-color css

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

 span { border-color: rgb(102,76,224); }

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