Html Css Color HEX #688896 Horizon

📋 copy color: '#688896'

red 104 ◦ green 136 ◦ blue 150

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

Shades of Horizon #688896

Tints of Horizon #688896

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 38.46%

R = 26.67%
G = 34.87%
B = 38.46%

CMYK

 C value IS 0.31

 M value IS 0.09

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#688896 (or 0x688896) is known color: Horizon. HEX triplet: 68, 88 and 96. RGB value is (104,136,150). Sum of RGB (Red+Green+Blue) = 104+136+150=390 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.67% from 390); Green value is 136 (53.52% from 255 or 34.87% from 390); Blue value is 150 (58.98% from 255 or 38.46% from 390); Max value from RGB is 150 - color contains mainly: blue. Hex color #688896 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688896 is #977769. Grayscale: #7F7F7F. Windows color (decimal): -9926506 or 9865320. OLE color: 9865320.

HSL color Cylindrical-coordinate representation of color #688896: hue angle of 198.26º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #688896 is Cyan = 0.31, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 104 136 150 -
CMYK 0.31 0.09 0 0.41
HSL 198.26º 0.18% 0.5% -
HSV(B) 198.26º 0.31% 0.59% -
XYZ 20.02 22.75 32.19 -
YUV 128.03 140.4 110.86 -
System Red Green Blue C M Y K H S L
Decimal 104 136 150 0.31 0.09 0 0.41 198.26 0.18 0.5
Hex 68 88 96 1F 9 0 29 C6 12 32
Octal 150 210 226 37 11 0 51 306 22 62
Binary 1101000 10001000 10010110 11111 1001 0 101001 11000110 10010 110010

Color Harmonies of #688896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688896

Black with #688896

Text Example


Text Example

White with #688896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688896; }

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

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

background-color css

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

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

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

border-color css

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

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

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