#69929C

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

Shades of Horizon #69929C

Tints of Horizon #69929C

Color information

#69929C (or 0x69929C) is unknown color: approx Horizon. HEX triplet: 69, 92 and 9C. RGB value is (105,146,156). Sum of RGB (Red+Green+Blue) = 105+146+156=407 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.80% from 407); Green value is 146 (57.42% from 255 or 35.87% from 407); Blue value is 156 (61.33% from 255 or 38.33% from 407); Max value from RGB is 156 - color contains mainly: blue. Hex color #69929C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69929C is #966D63. Grayscale: #868686. Windows color (decimal): -9858404 or 10261097. OLE color: 10261097.

HSL color Cylindrical-coordinate representation of color #69929C: hue angle of 191.76º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #69929C is Cyan = 0.33, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB105146156-
CMYK0.330.0600.39
HSL191.76º20.48%51.18%-
HSV(B)191.76º32.69%61.18%-
XYZ22.1125.9635.3-
YUV134.88139.92106.69-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.80%
GREEN value IS 146 (57.42% from 255) = 35.87%
BLUE value IS 156 (61.33% from 255) = 38.33%
R=25.80%
G=35.87%
B=38.33%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1051461560.330.0600.39191.7620.4851.18
Hex69929C216027c01433
Octal1512222344160473002463
Binary1101001100100101001110010000111001001111100000010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69929C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69929C; }

 p { color: rgb(105,146,156); }

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

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

 a { background-color: rgb(105,146,156); }

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

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

 span { border-color: rgb(105,146,156); }

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