#68939F

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

Shades of Horizon #68939F

Tints of Horizon #68939F

Color information

#68939F (or 0x68939F) is unknown color: approx Horizon. HEX triplet: 68, 93 and 9F. RGB value is (104,147,159). Sum of RGB (Red+Green+Blue) = 104+147+159=410 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.37% from 410); Green value is 147 (57.81% from 255 or 35.85% from 410); Blue value is 159 (62.5% from 255 or 38.78% from 410); Max value from RGB is 159 - color contains mainly: blue. Hex color #68939F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68939F is #976C60. Grayscale: #878787. Windows color (decimal): -9923681 or 10457960. OLE color: 10457960.

HSL color Cylindrical-coordinate representation of color #68939F: hue angle of 193.09º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #68939F is Cyan = 0.35, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB104147159-
CMYK0.350.0800.38
HSL193.09º22.27%51.57%-
HSV(B)193.09º34.59%62.35%-
XYZ22.426.3136.7-
YUV135.51141.25105.52-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 25.37%
GREEN value IS 147 (57.81% from 255) = 35.85%
BLUE value IS 159 (62.5% from 255) = 38.78%
R=25.37%
G=35.85%
B=38.78%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1041471590.350.0800.38193.0922.2751.57
Hex68939F238026c11634
Octal15022323743100463012664
Binary11010001001001110011111100011100001001101100000110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68939F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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