Html Css Color HEX #688798 Horizon

📋 copy color: '#688798'

red 104 ◦ green 135 ◦ blue 152

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

Shades of Horizon #688798

Tints of Horizon #688798

RGB

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

 GREEN value IS 135 (53.13% from 255) = 34.53%

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

R = 26.6%
G = 34.53%
B = 38.87%

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

#688798 (or 0x688798) is known color: Horizon. HEX triplet: 68, 87 and 98. RGB value is (104,135,152). Sum of RGB (Red+Green+Blue) = 104+135+152=391 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.60% from 391); Green value is 135 (53.12% from 255 or 34.53% from 391); Blue value is 152 (59.77% from 255 or 38.87% from 391); Max value from RGB is 152 - color contains mainly: blue. Hex color #688798 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688798 is #977867. Grayscale: #7F7F7F. Windows color (decimal): -9926760 or 9996136. OLE color: 9996136.

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

Color convert

RGB 104 135 152 -
CMYK 0.32 0.11 0 0.40
HSL 201.25º 0.19% 0.5% -
HSV(B) 201.25º 0.32% 0.6% -
XYZ 20.04 22.54 33 -
YUV 127.67 141.73 111.12 -
System Red Green Blue C M Y K H S L
Decimal 104 135 152 0.32 0.11 0 0.40 201.25 0.19 0.5
Hex 68 87 98 20 B 0 28 C9 13 32
Octal 150 207 230 40 13 0 50 311 23 62
Binary 1101000 10000111 10011000 100000 1011 0 101000 11001001 10011 110010

Color Harmonies of #688798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688798

Black with #688798

Text Example


Text Example

White with #688798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688798; }

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

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

background-color css

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

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

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

border-color css

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

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

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