Html Css Color HEX #668897 Horizon

📋 copy color: '#668897'

red 102 ◦ green 136 ◦ blue 151

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

Shades of Horizon #668897

Tints of Horizon #668897

RGB

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

 GREEN value IS 136 (53.52% from 255) = 34.96%

 BLUE value IS 151 (59.38% from 255) = 38.82%

R = 26.22%
G = 34.96%
B = 38.82%

CMYK

 C value IS 0.32

 M value IS 0.10

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#668897 (or 0x668897) is known color: Horizon. HEX triplet: 66, 88 and 97. RGB value is (102,136,151). Sum of RGB (Red+Green+Blue) = 102+136+151=389 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.22% from 389); Green value is 136 (53.52% from 255 or 34.96% from 389); Blue value is 151 (59.38% from 255 or 38.82% from 389); Max value from RGB is 151 - color contains mainly: blue. Hex color #668897 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668897 is #997768. Grayscale: #7F7F7F. Windows color (decimal): -10057577 or 9930854. OLE color: 9930854.

HSL color Cylindrical-coordinate representation of color #668897: hue angle of 198.37º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #668897 is Cyan = 0.32, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 102 136 151 -
CMYK 0.32 0.10 0 0.41
HSL 198.37º 0.19% 0.5% -
HSV(B) 198.37º 0.32% 0.59% -
XYZ 19.87 22.67 32.61 -
YUV 127.54 141.24 109.78 -
System Red Green Blue C M Y K H S L
Decimal 102 136 151 0.32 0.10 0 0.41 198.37 0.19 0.5
Hex 66 88 97 20 A 0 29 C6 13 32
Octal 146 210 227 40 12 0 51 306 23 62
Binary 1100110 10001000 10010111 100000 1010 0 101001 11000110 10011 110010

Color Harmonies of #668897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668897

Black with #668897

Text Example


Text Example

White with #668897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668897; }

 p { color: rgb(102,136,151); }

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

background-color css

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

 a { background-color: rgb(102,136,151); }

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

border-color css

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

 span { border-color: rgb(102,136,151); }

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