Html Css Color HEX #664EEA Slate Blue

📋 copy color: '#664EEA'

red 102 ◦ green 78 ◦ blue 234

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

Shades of Slate Blue #664EEA

Tints of Slate Blue #664EEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 56.52%

R = 24.64%
G = 18.84%
B = 56.52%

CMYK

 C value IS 0.56

 M value IS 0.67

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#664EEA (or 0x664EEA) is known color: Slate Blue. HEX triplet: 66, 4E and EA. RGB value is (102,78,234). Sum of RGB (Red+Green+Blue) = 102+78+234=414 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.64% from 414); Green value is 78 (30.86% from 255 or 18.84% from 414); Blue value is 234 (91.80% from 255 or 56.52% from 414); Max value from RGB is 234 - color contains mainly: blue. Hex color #664EEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #664EEA is #99B115. Grayscale: #666666. Windows color (decimal): -10072342 or 15355494. OLE color: 15355494.

HSL color Cylindrical-coordinate representation of color #664EEA: hue angle of 249.23º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #664EEA is Cyan = 0.56, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 102 78 234 -
CMYK 0.56 0.67 0 0.08
HSL 249.23º 0.79% 0.61% -
HSV(B) 249.23º 0.67% 0.92% -
XYZ 23.06 14.21 79.37 -
YUV 102.96 201.95 127.32 -
System Red Green Blue C M Y K H S L
Decimal 102 78 234 0.56 0.67 0 0.08 249.23 0.79 0.61
Hex 66 4E EA 38 43 0 8 F9 4F 3D
Octal 146 116 352 70 103 0 10 371 117 75
Binary 1100110 1001110 11101010 111000 1000011 0 1000 11111001 1001111 111101

Color Harmonies of #664EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664EEA

Black with #664EEA

Text Example


Text Example

White with #664EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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