#668A99

Color #668A99 Horizon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Horizon #668A99

Tints of Horizon #668A99

Color information

#668A99 (or 0x668A99) is unknown color: approx Horizon. HEX triplet: 66, 8A and 99. RGB value is (102,138,153). Sum of RGB (Red+Green+Blue) = 102+138+153=393 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.95% from 393); Green value is 138 (54.30% from 255 or 35.11% from 393); Blue value is 153 (60.16% from 255 or 38.93% from 393); Max value from RGB is 153 - color contains mainly: blue. Hex color #668A99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668A99 is #997566. Grayscale: #808080. Windows color (decimal): -10057063 or 10062438. OLE color: 10062438.

HSL color Cylindrical-coordinate representation of color #668A99: hue angle of 197.65º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #668A99 is Cyan = 0.33, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB102138153-
CMYK0.330.1000.4
HSL197.65º20%50%-
HSV(B)197.65º33.33%60%-
XYZ20.3223.333.56-
YUV128.95141.57108.78-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.95%
GREEN value IS 138 (54.30% from 255) = 35.11%
BLUE value IS 153 (60.16% from 255) = 38.93%
R=25.95%
G=35.11%
B=38.93%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1021381530.330.1000.4197.652050
Hex668A9921A028c61432
Octal14621223141120503062462
Binary11001101000101010011001100001101001010001100011010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668A99; }

 p { color: rgb(102,138,153); }

 H1.HeaderClassName
 {
   color: #668A99;
 }
 .AnyTagClassName
 {
   color: #668A99;
 }
</style>
background-color css

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

 a { background-color: rgb(102,138,153); }

 div.DivClassName
 {
   background-color: #668A99;
 }
 .BgClassName
 {
   background-color: #668A99;
 }
</style>
border-color css

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

 span { border-color: rgb(102,138,153); }

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