Html Css Color HEX #688894 Horizon

📋 copy color: '#688894'

red 104 ◦ green 136 ◦ blue 148

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

Shades of Horizon #688894

Tints of Horizon #688894

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 38.14%

R = 26.8%
G = 35.05%
B = 38.14%

CMYK

 C value IS 0.30

 M value IS 0.08

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#688894 (or 0x688894) is known color: Horizon. HEX triplet: 68, 88 and 94. RGB value is (104,136,148). Sum of RGB (Red+Green+Blue) = 104+136+148=388 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.80% from 388); Green value is 136 (53.52% from 255 or 35.05% from 388); Blue value is 148 (58.20% from 255 or 38.14% from 388); Max value from RGB is 148 - color contains mainly: blue. Hex color #688894 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688894 is #97776B. Grayscale: #7F7F7F. Windows color (decimal): -9926508 or 9734248. OLE color: 9734248.

HSL color Cylindrical-coordinate representation of color #688894: hue angle of 196.36º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #688894 is Cyan = 0.30, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 104 136 148 -
CMYK 0.30 0.08 0 0.42
HSL 196.36º 0.17% 0.49% -
HSV(B) 196.36º 0.3% 0.58% -
XYZ 19.86 22.69 31.35 -
YUV 127.8 139.4 111.02 -
System Red Green Blue C M Y K H S L
Decimal 104 136 148 0.30 0.08 0 0.42 196.36 0.17 0.49
Hex 68 88 94 1E 8 0 2A C4 11 31
Octal 150 210 224 36 10 0 52 304 21 61
Binary 1101000 10001000 10010100 11110 1000 0 101010 11000100 10001 110001

Color Harmonies of #688894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688894

Black with #688894

Text Example


Text Example

White with #688894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688894; }

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

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

background-color css

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

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

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

border-color css

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

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

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