#69939B

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

Shades of Horizon #69939B

Tints of Horizon #69939B

Color information

#69939B (or 0x69939B) is unknown color: approx Horizon. HEX triplet: 69, 93 and 9B. RGB value is (105,147,155). Sum of RGB (Red+Green+Blue) = 105+147+155=407 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.80% from 407); Green value is 147 (57.81% from 255 or 36.12% from 407); Blue value is 155 (60.94% from 255 or 38.08% from 407); Max value from RGB is 155 - color contains mainly: blue. Hex color #69939B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69939B is #966C64. Grayscale: #878787. Windows color (decimal): -9858149 or 10195817. OLE color: 10195817.

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

Color convert

RGB105147155-
CMYK0.320.0500.39
HSL189.6º20%50.98%-
HSV(B)189.6º32.26%60.78%-
XYZ22.1826.2434.91-
YUV135.35139.09106.35-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.80%
GREEN value IS 147 (57.81% from 255) = 36.12%
BLUE value IS 155 (60.94% from 255) = 38.08%
R=25.80%
G=36.12%
B=38.08%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1051471550.320.0500.39189.62050.98
Hex69939B205027be1433
Octal1512232334050472762463
Binary1101001100100111001101110000010101001111011111010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69939B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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