Html Css Color HEX #664ECF Slate Blue

📋 copy color: '#664ECF'

red 102 ◦ green 78 ◦ blue 207

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

Shades of Slate Blue #664ECF

Tints of Slate Blue #664ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 53.49%

R = 26.36%
G = 20.16%
B = 53.49%

CMYK

 C value IS 0.51

 M value IS 0.62

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#664ECF (or 0x664ECF) is known color: Slate Blue. HEX triplet: 66, 4E and CF. RGB value is (102,78,207). Sum of RGB (Red+Green+Blue) = 102+78+207=387 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.36% from 387); Green value is 78 (30.86% from 255 or 20.16% from 387); Blue value is 207 (81.25% from 255 or 53.49% from 387); Max value from RGB is 207 - color contains mainly: blue. Hex color #664ECF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #664ECF is #99B130. Grayscale: #636363. Windows color (decimal): -10072369 or 13586022. OLE color: 13586022.

HSL color Cylindrical-coordinate representation of color #664ECF: hue angle of 251.16º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #664ECF is Cyan = 0.51, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 102 78 207 -
CMYK 0.51 0.62 0 0.19
HSL 251.16º 0.57% 0.56% -
HSV(B) 251.16º 0.62% 0.81% -
XYZ 19.47 12.78 60.47 -
YUV 99.88 188.45 129.51 -
System Red Green Blue C M Y K H S L
Decimal 102 78 207 0.51 0.62 0 0.19 251.16 0.57 0.56
Hex 66 4E CF 33 3E 0 13 FB 39 38
Octal 146 116 317 63 76 0 23 373 71 70
Binary 1100110 1001110 11001111 110011 111110 0 10011 11111011 111001 111000

Color Harmonies of #664ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664ECF

Black with #664ECF

Text Example


Text Example

White with #664ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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