Html Css Color HEX #688D98 Horizon

📋 copy color: '#688D98'

red 104 ◦ green 141 ◦ blue 152

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

Shades of Horizon #688D98

Tints of Horizon #688D98

RGB

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

 GREEN value IS 141 (55.47% from 255) = 35.52%

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

R = 26.2%
G = 35.52%
B = 38.29%

CMYK

 C value IS 0.32

 M value IS 0.07

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#688D98 (or 0x688D98) is known color: Horizon. HEX triplet: 68, 8D and 98. RGB value is (104,141,152). Sum of RGB (Red+Green+Blue) = 104+141+152=397 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.20% from 397); Green value is 141 (55.47% from 255 or 35.52% from 397); Blue value is 152 (59.77% from 255 or 38.29% from 397); Max value from RGB is 152 - color contains mainly: blue. Hex color #688D98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688D98 is #977267. Grayscale: #838383. Windows color (decimal): -9925224 or 9997672. OLE color: 9997672.

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

Color convert

RGB 104 141 152 -
CMYK 0.32 0.07 0 0.40
HSL 193.75º 0.19% 0.5% -
HSV(B) 193.75º 0.32% 0.6% -
XYZ 20.9 24.26 33.29 -
YUV 131.19 139.74 108.61 -
System Red Green Blue C M Y K H S L
Decimal 104 141 152 0.32 0.07 0 0.40 193.75 0.19 0.5
Hex 68 8D 98 20 7 0 28 C2 13 32
Octal 150 215 230 40 7 0 50 302 23 62
Binary 1101000 10001101 10011000 100000 111 0 101000 11000010 10011 110010

Color Harmonies of #688D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688D98

Black with #688D98

Text Example


Text Example

White with #688D98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688D98; }

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

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

background-color css

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

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

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

border-color css

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

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

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