#69949F

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

Shades of Horizon #69949F

Tints of Horizon #69949F

Color information

#69949F (or 0x69949F) is unknown color: approx Horizon. HEX triplet: 69, 94 and 9F. RGB value is (105,148,159). Sum of RGB (Red+Green+Blue) = 105+148+159=412 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.49% from 412); Green value is 148 (58.20% from 255 or 35.92% from 412); Blue value is 159 (62.5% from 255 or 38.59% from 412); Max value from RGB is 159 - color contains mainly: blue. Hex color #69949F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69949F is #966B60. Grayscale: #888888. Windows color (decimal): -9857889 or 10458217. OLE color: 10458217.

HSL color Cylindrical-coordinate representation of color #69949F: hue angle of 192.22º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #69949F is Cyan = 0.34, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB105148159-
CMYK0.340.0700.38
HSL192.22º21.95%51.76%-
HSV(B)192.22º33.96%62.35%-
XYZ22.6726.6936.76-
YUV136.4140.75105.61-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.49%
GREEN value IS 148 (58.20% from 255) = 35.92%
BLUE value IS 159 (62.5% from 255) = 38.59%
R=25.49%
G=35.92%
B=38.59%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1051481590.340.0700.38192.2221.9551.76
Hex69949F227026c01634
Octal1512242374270463002664
Binary1101001100101001001111110001011101001101100000010110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69949F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69949F; }

 p { color: rgb(105,148,159); }

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

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

 a { background-color: rgb(105,148,159); }

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

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

 span { border-color: rgb(105,148,159); }

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