#68929B

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

Shades of Horizon #68929B

Tints of Horizon #68929B

Color information

#68929B (or 0x68929B) is unknown color: approx Horizon. HEX triplet: 68, 92 and 9B. RGB value is (104,146,155). Sum of RGB (Red+Green+Blue) = 104+146+155=405 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.68% from 405); Green value is 146 (57.42% from 255 or 36.05% from 405); Blue value is 155 (60.94% from 255 or 38.27% from 405); Max value from RGB is 155 - color contains mainly: blue. Hex color #68929B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68929B is #976D64. Grayscale: #868686. Windows color (decimal): -9923941 or 10195560. OLE color: 10195560.

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

Color convert

RGB104146155-
CMYK0.330.0600.39
HSL190.59º20.32%50.78%-
HSV(B)190.59º32.9%60.78%-
XYZ21.925.8734.85-
YUV134.47139.59106.27-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 25.68%
GREEN value IS 146 (57.42% from 255) = 36.05%
BLUE value IS 155 (60.94% from 255) = 38.27%
R=25.68%
G=36.05%
B=38.27%

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
Decimal1041461550.330.0600.39190.5920.3250.78
Hex68929B216027bf1433
Octal1502222334160472772463
Binary1101000100100101001101110000111001001111011111110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68929B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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