#69939C

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

Shades of Horizon #69939C

Tints of Horizon #69939C

Color information

#69939C (or 0x69939C) is unknown color: approx Horizon. HEX triplet: 69, 93 and 9C. RGB value is (105,147,156). Sum of RGB (Red+Green+Blue) = 105+147+156=408 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.74% from 408); Green value is 147 (57.81% from 255 or 36.03% from 408); Blue value is 156 (61.33% from 255 or 38.24% from 408); Max value from RGB is 156 - color contains mainly: blue. Hex color #69939C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69939C is #966C63. Grayscale: #878787. Windows color (decimal): -9858148 or 10261353. OLE color: 10261353.

HSL color Cylindrical-coordinate representation of color #69939C: hue angle of 190.59º 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 #69939C is Cyan = 0.33, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB105147156-
CMYK0.330.0600.39
HSL190.59º20.48%51.18%-
HSV(B)190.59º32.69%61.18%-
XYZ22.2626.2735.35-
YUV135.47139.59106.27-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.74%
GREEN value IS 147 (57.81% from 255) = 36.03%
BLUE value IS 156 (61.33% from 255) = 38.24%
R=25.74%
G=36.03%
B=38.24%

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
Decimal1051471560.330.0600.39190.5920.4851.18
Hex69939C216027bf1433
Octal1512232344160472772463
Binary1101001100100111001110010000111001001111011111110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69939C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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