Html Css Color HEX #664EC3 Slate Blue

📋 copy color: '#664EC3'

red 102 ◦ green 78 ◦ blue 195

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

Shades of Slate Blue #664EC3

Tints of Slate Blue #664EC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 52%

R = 27.2%
G = 20.8%
B = 52%

CMYK

 C value IS 0.48

 M value IS 0.6

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#664EC3 (or 0x664EC3) is known color: Slate Blue. HEX triplet: 66, 4E and C3. RGB value is (102,78,195). Sum of RGB (Red+Green+Blue) = 102+78+195=375 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.2% from 375); Green value is 78 (30.86% from 255 or 20.8% from 375); Blue value is 195 (76.56% from 255 or 52% from 375); Max value from RGB is 195 - color contains mainly: blue. Hex color #664EC3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #664EC3 is #99B13C. Grayscale: #626262. Windows color (decimal): -10072381 or 12799590. OLE color: 12799590.

HSL color Cylindrical-coordinate representation of color #664EC3: hue angle of 252.31º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #664EC3 is Cyan = 0.48, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 102 78 195 -
CMYK 0.48 0.6 0 0.24
HSL 252.31º 0.49% 0.54% -
HSV(B) 252.31º 0.6% 0.76% -
XYZ 18.05 12.21 53.04 -
YUV 98.51 182.45 130.49 -
System Red Green Blue C M Y K H S L
Decimal 102 78 195 0.48 0.6 0 0.24 252.31 0.49 0.54
Hex 66 4E C3 30 3C 0 18 FC 31 36
Octal 146 116 303 60 74 0 30 374 61 66
Binary 1100110 1001110 11000011 110000 111100 0 11000 11111100 110001 110110

Color Harmonies of #664EC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664EC3

Black with #664EC3

Text Example


Text Example

White with #664EC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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