Html Css Color HEX #688898 Horizon

📋 copy color: '#688898'

red 104 ◦ green 136 ◦ blue 152

#688898
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Horizon #688898

Tints of Horizon #688898

RGB

 RED value IS 104 (41.02% from 255) = 26.53%

 GREEN value IS 136 (53.52% from 255) = 34.69%

 BLUE value IS 152 (59.77% from 255) = 38.78%

R = 26.53%
G = 34.69%
B = 38.78%

CMYK

 C value IS 0.32

 M value IS 0.11

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#688898 (or 0x688898) is known color: Horizon. HEX triplet: 68, 88 and 98. RGB value is (104,136,152). Sum of RGB (Red+Green+Blue) = 104+136+152=392 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.53% from 392); Green value is 136 (53.52% from 255 or 34.69% from 392); Blue value is 152 (59.77% from 255 or 38.78% from 392); Max value from RGB is 152 - color contains mainly: blue. Hex color #688898 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688898 is #977767. Grayscale: #808080. Windows color (decimal): -9926504 or 9996392. OLE color: 9996392.

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

Color convert

RGB 104 136 152 -
CMYK 0.32 0.11 0 0.40
HSL 200º 0.19% 0.5% -
HSV(B) 200º 0.32% 0.6% -
XYZ 20.18 22.82 33.05 -
YUV 128.26 141.4 110.7 -
System Red Green Blue C M Y K H S L
Decimal 104 136 152 0.32 0.11 0 0.40 200 0.19 0.5
Hex 68 88 98 20 B 0 28 C8 13 32
Octal 150 210 230 40 13 0 50 310 23 62
Binary 1101000 10001000 10011000 100000 1011 0 101000 11001000 10011 110010

Color Harmonies of #688898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688898

Black with #688898

Text Example


Text Example

White with #688898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688898; }

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

 H1.HeaderClassName
 {
   color: #688898;
 }
 .AnyTagClassName
 {
   color: #688898;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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