#66899A

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

Shades of Horizon #66899A

Tints of Horizon #66899A

Color information

#66899A (or 0x66899A) is unknown color: approx Horizon. HEX triplet: 66, 89 and 9A. RGB value is (102,137,154). Sum of RGB (Red+Green+Blue) = 102+137+154=393 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.95% from 393); Green value is 137 (53.91% from 255 or 34.86% from 393); Blue value is 154 (60.55% from 255 or 39.19% from 393); Max value from RGB is 154 - color contains mainly: blue. Hex color #66899A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66899A is #997665. Grayscale: #808080. Windows color (decimal): -10057318 or 10127718. OLE color: 10127718.

HSL color Cylindrical-coordinate representation of color #66899A: hue angle of 199.62º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #66899A is Cyan = 0.34, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB102137154-
CMYK0.340.1100.40
HSL199.62º20.47%50.2%-
HSV(B)199.62º33.77%60.39%-
XYZ20.2623.0533.95-
YUV128.47142.4109.12-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.95%
GREEN value IS 137 (53.91% from 255) = 34.86%
BLUE value IS 154 (60.55% from 255) = 39.19%
R=25.95%
G=34.86%
B=39.19%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1021371540.340.1100.40199.6220.4750.2
Hex66899A22B028c81432
Octal14621123242130503102462
Binary11001101000100110011010100010101101010001100100010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66899A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66899A; }

 p { color: rgb(102,137,154); }

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

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

 a { background-color: rgb(102,137,154); }

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

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

 span { border-color: rgb(102,137,154); }

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