#6691A0

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

Shades of Horizon #6691A0

Tints of Horizon #6691A0

Color information

#6691A0 (or 0x6691A0) is unknown color: approx Horizon. HEX triplet: 66, 91 and A0. RGB value is (102,145,160). Sum of RGB (Red+Green+Blue) = 102+145+160=407 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.06% from 407); Green value is 145 (57.03% from 255 or 35.63% from 407); Blue value is 160 (62.89% from 255 or 39.31% from 407); Max value from RGB is 160 - color contains mainly: blue. Hex color #6691A0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6691A0 is #996E5F. Grayscale: #858585. Windows color (decimal): -10055264 or 10522982. OLE color: 10522982.

HSL color Cylindrical-coordinate representation of color #6691A0: hue angle of 195.52º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6691A0 is Cyan = 0.36, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB102145160-
CMYK0.360.0900.37
HSL195.52º23.39%51.37%-
HSV(B)195.52º36.25%62.75%-
XYZ21.9525.6137.04-
YUV133.85142.75105.28-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.06%
GREEN value IS 145 (57.03% from 255) = 35.63%
BLUE value IS 160 (62.89% from 255) = 39.31%
R=25.06%
G=35.63%
B=39.31%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1021451600.360.0900.37195.5223.3951.37
Hex6691A0249025c41733
Octal14622124044110453042763
Binary11001101001000110100000100100100101001011100010010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6691A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6691A0; }

 p { color: rgb(102,145,160); }

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

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

 a { background-color: rgb(102,145,160); }

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

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

 span { border-color: rgb(102,145,160); }

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