#688998

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

Shades of Horizon #688998

Tints of Horizon #688998

Color information

#688998 (or 0x688998) is unknown color: approx Horizon. HEX triplet: 68, 89 and 98. RGB value is (104,137,152). Sum of RGB (Red+Green+Blue) = 104+137+152=393 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.46% from 393); Green value is 137 (53.91% from 255 or 34.86% from 393); Blue value is 152 (59.77% from 255 or 38.68% from 393); Max value from RGB is 152 - color contains mainly: blue. Hex color #688998 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688998 is #977667. Grayscale: #808080. Windows color (decimal): -9926248 or 9996648. OLE color: 9996648.

HSL color Cylindrical-coordinate representation of color #688998: hue angle of 198.75º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #688998 is Cyan = 0.32, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB104137152-
CMYK0.320.1000.40
HSL198.75º18.9%50.2%-
HSV(B)198.75º31.58%59.61%-
XYZ20.3223.133.09-
YUV128.84141.07110.28-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.46%
GREEN value IS 137 (53.91% from 255) = 34.86%
BLUE value IS 152 (59.77% from 255) = 38.68%
R=26.46%
G=34.86%
B=38.68%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1041371520.320.1000.40198.7518.950.2
Hex68899820A028c71332
Octal15021123040120503072362
Binary11010001000100110011000100000101001010001100011110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688998; }

 p { color: rgb(104,137,152); }

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

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

 a { background-color: rgb(104,137,152); }

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

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

 span { border-color: rgb(104,137,152); }

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