#688D98

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

Shades of Horizon #688D98

Tints of Horizon #688D98

Color information

#688D98 (or 0x688D98) is unknown color: approx Horizon. HEX triplet: 68, 8D and 98. RGB value is (104,141,152). Sum of RGB (Red+Green+Blue) = 104+141+152=397 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.20% from 397); Green value is 141 (55.47% from 255 or 35.52% from 397); Blue value is 152 (59.77% from 255 or 38.29% from 397); Max value from RGB is 152 - color contains mainly: blue. Hex color #688D98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688D98 is #977267. Grayscale: #838383. Windows color (decimal): -9925224 or 9997672. OLE color: 9997672.

HSL color Cylindrical-coordinate representation of color #688D98: hue angle of 193.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 #688D98 is Cyan = 0.32, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB104141152-
CMYK0.320.0700.40
HSL193.75º18.9%50.2%-
HSV(B)193.75º31.58%59.61%-
XYZ20.924.2633.29-
YUV131.19139.74108.61-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.20%
GREEN value IS 141 (55.47% from 255) = 35.52%
BLUE value IS 152 (59.77% from 255) = 38.29%
R=26.20%
G=35.52%
B=38.29%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1041411520.320.0700.40193.7518.950.2
Hex688D98207028c21332
Octal1502152304070503022362
Binary1101000100011011001100010000011101010001100001010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688D98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688D98; }

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

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

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

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

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

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

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

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