Html Css Color HEX #668494 Horizon

📋 copy color: '#668494'

red 102 ◦ green 132 ◦ blue 148

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

Shades of Horizon #668494

Tints of Horizon #668494

RGB

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

 GREEN value IS 132 (51.95% from 255) = 34.55%

 BLUE value IS 148 (58.2% from 255) = 38.74%

R = 26.7%
G = 34.55%
B = 38.74%

CMYK

 C value IS 0.31

 M value IS 0.11

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#668494 (or 0x668494) is known color: Horizon. HEX triplet: 66, 84 and 94. RGB value is (102,132,148). Sum of RGB (Red+Green+Blue) = 102+132+148=382 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.70% from 382); Green value is 132 (51.95% from 255 or 34.55% from 382); Blue value is 148 (58.20% from 255 or 38.74% from 382); Max value from RGB is 148 - color contains mainly: blue. Hex color #668494 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668494 is #997B6B. Grayscale: #7C7C7C. Windows color (decimal): -10058604 or 9733222. OLE color: 9733222.

HSL color Cylindrical-coordinate representation of color #668494: hue angle of 200.87º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #668494 is Cyan = 0.31, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 102 132 148 -
CMYK 0.31 0.11 0 0.42
HSL 200.87º 0.18% 0.49% -
HSV(B) 200.87º 0.31% 0.58% -
XYZ 19.08 21.47 31.15 -
YUV 124.85 141.06 111.7 -
System Red Green Blue C M Y K H S L
Decimal 102 132 148 0.31 0.11 0 0.42 200.87 0.18 0.49
Hex 66 84 94 1F B 0 2A C9 12 31
Octal 146 204 224 37 13 0 52 311 22 61
Binary 1100110 10000100 10010100 11111 1011 0 101010 11001001 10010 110001

Color Harmonies of #668494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668494

Black with #668494

Text Example


Text Example

White with #668494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668494; }

 p { color: rgb(102,132,148); }

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

background-color css

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

 a { background-color: rgb(102,132,148); }

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

border-color css

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

 span { border-color: rgb(102,132,148); }

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