Html Css Color HEX #688697 Horizon

📋 copy color: '#688697'

red 104 ◦ green 134 ◦ blue 151

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

Shades of Horizon #688697

Tints of Horizon #688697

RGB

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

 GREEN value IS 134 (52.73% from 255) = 34.45%

 BLUE value IS 151 (59.38% from 255) = 38.82%

R = 26.74%
G = 34.45%
B = 38.82%

CMYK

 C value IS 0.31

 M value IS 0.11

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#688697 (or 0x688697) is known color: Horizon. HEX triplet: 68, 86 and 97. RGB value is (104,134,151). Sum of RGB (Red+Green+Blue) = 104+134+151=389 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.74% from 389); Green value is 134 (52.73% from 255 or 34.45% from 389); Blue value is 151 (59.38% from 255 or 38.82% from 389); Max value from RGB is 151 - color contains mainly: blue. Hex color #688697 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688697 is #977968. Grayscale: #7E7E7E. Windows color (decimal): -9927017 or 9930344. OLE color: 9930344.

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

Color convert

RGB 104 134 151 -
CMYK 0.31 0.11 0 0.41
HSL 201.7º 0.18% 0.5% -
HSV(B) 201.7º 0.31% 0.59% -
XYZ 19.82 22.23 32.52 -
YUV 126.97 141.56 111.62 -
System Red Green Blue C M Y K H S L
Decimal 104 134 151 0.31 0.11 0 0.41 201.7 0.18 0.5
Hex 68 86 97 1F B 0 29 CA 12 32
Octal 150 206 227 37 13 0 51 312 22 62
Binary 1101000 10000110 10010111 11111 1011 0 101001 11001010 10010 110010

Color Harmonies of #688697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688697

Black with #688697

Text Example


Text Example

White with #688697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688697; }

 p { color: rgb(104,134,151); }

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

background-color css

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

 a { background-color: rgb(104,134,151); }

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

border-color css

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

 span { border-color: rgb(104,134,151); }

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