Html Css Color HEX #668490 Horizon

📋 copy color: '#668490'

red 102 ◦ green 132 ◦ blue 144

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

Shades of Horizon #668490

Tints of Horizon #668490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 38.1%

R = 26.98%
G = 34.92%
B = 38.1%

CMYK

 C value IS 0.29

 M value IS 0.08

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#668490 (or 0x668490) is known color: Horizon. HEX triplet: 66, 84 and 90. RGB value is (102,132,144). Sum of RGB (Red+Green+Blue) = 102+132+144=378 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.98% from 378); Green value is 132 (51.95% from 255 or 34.92% from 378); Blue value is 144 (56.64% from 255 or 38.10% from 378); Max value from RGB is 144 - color contains mainly: blue. Hex color #668490 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668490 is #997B6F. Grayscale: #7C7C7C. Windows color (decimal): -10058608 or 9471078. OLE color: 9471078.

HSL color Cylindrical-coordinate representation of color #668490: hue angle of 197.14º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #668490 is Cyan = 0.29, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 102 132 144 -
CMYK 0.29 0.08 0 0.44
HSL 197.14º 0.17% 0.48% -
HSV(B) 197.14º 0.29% 0.56% -
XYZ 18.76 21.34 29.52 -
YUV 124.4 139.06 112.02 -
System Red Green Blue C M Y K H S L
Decimal 102 132 144 0.29 0.08 0 0.44 197.14 0.17 0.48
Hex 66 84 90 1D 8 0 2C C5 11 30
Octal 146 204 220 35 10 0 54 305 21 60
Binary 1100110 10000100 10010000 11101 1000 0 101100 11000101 10001 110000

Color Harmonies of #668490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668490

Black with #668490

Text Example


Text Example

White with #668490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668490; }

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

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

background-color css

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

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

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

border-color css

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

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

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