#669098

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

Shades of Horizon #669098

Tints of Horizon #669098

Color information

#669098 (or 0x669098) is unknown color: approx Horizon. HEX triplet: 66, 90 and 98. RGB value is (102,144,152). Sum of RGB (Red+Green+Blue) = 102+144+152=398 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.63% from 398); Green value is 144 (56.64% from 255 or 36.18% from 398); Blue value is 152 (59.77% from 255 or 38.19% from 398); Max value from RGB is 152 - color contains mainly: blue. Hex color #669098 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669098 is #996F67. Grayscale: #848484. Windows color (decimal): -10055528 or 9998438. OLE color: 9998438.

HSL color Cylindrical-coordinate representation of color #669098: hue angle of 189.6º 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 #669098 is Cyan = 0.33, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB102144152-
CMYK0.330.0500.40
HSL189.6º19.69%49.8%-
HSV(B)189.6º32.89%59.61%-
XYZ21.1225.0433.43-
YUV132.35139.09106.35-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.63%
GREEN value IS 144 (56.64% from 255) = 36.18%
BLUE value IS 152 (59.77% from 255) = 38.19%
R=25.63%
G=36.18%
B=38.19%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1021441520.330.0500.40189.619.6949.8
Hex669098215028be1432
Octal1462202304150502762462
Binary1100110100100001001100010000110101010001011111010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #669098; }

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

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

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

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

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

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

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

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