#68939B

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

Shades of Horizon #68939B

Tints of Horizon #68939B

Color information

#68939B (or 0x68939B) is unknown color: approx Horizon. HEX triplet: 68, 93 and 9B. RGB value is (104,147,155). Sum of RGB (Red+Green+Blue) = 104+147+155=406 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.62% from 406); Green value is 147 (57.81% from 255 or 36.21% from 406); Blue value is 155 (60.94% from 255 or 38.18% from 406); Max value from RGB is 155 - color contains mainly: blue. Hex color #68939B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68939B is #976C64. Grayscale: #868686. Windows color (decimal): -9923685 or 10195816. OLE color: 10195816.

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

Color convert

RGB104147155-
CMYK0.330.0500.39
HSL189.41º20.32%50.78%-
HSV(B)189.41º32.9%60.78%-
XYZ22.0626.1834.9-
YUV135.06139.25105.85-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 25.62%
GREEN value IS 147 (57.81% from 255) = 36.21%
BLUE value IS 155 (60.94% from 255) = 38.18%
R=25.62%
G=36.21%
B=38.18%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1041471550.330.0500.39189.4120.3250.78
Hex68939B215027bd1433
Octal1502232334150472752463
Binary1101000100100111001101110000110101001111011110110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68939B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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