Html Css Color HEX #688E9B Horizon

📋 copy color: '#688E9B'

red 104 ◦ green 142 ◦ blue 155

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

Shades of Horizon #688E9B

Tints of Horizon #688E9B

RGB

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

 GREEN value IS 142 (55.86% from 255) = 35.41%

 BLUE value IS 155 (60.94% from 255) = 38.65%

R = 25.94%
G = 35.41%
B = 38.65%

CMYK

 C value IS 0.33

 M value IS 0.08

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#688E9B (or 0x688E9B) is known color: Horizon. HEX triplet: 68, 8E and 9B. RGB value is (104,142,155). Sum of RGB (Red+Green+Blue) = 104+142+155=401 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.94% from 401); Green value is 142 (55.86% from 255 or 35.41% from 401); Blue value is 155 (60.94% from 255 or 38.65% from 401); Max value from RGB is 155 - color contains mainly: blue. Hex color #688E9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688E9B is #977164. Grayscale: #848484. Windows color (decimal): -9924965 or 10194536. OLE color: 10194536.

HSL color Cylindrical-coordinate representation of color #688E9B: hue angle of 195.29º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #688E9B is Cyan = 0.33, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 104 142 155 -
CMYK 0.33 0.08 0 0.39
HSL 195.29º 0.2% 0.51% -
HSV(B) 195.29º 0.33% 0.61% -
XYZ 21.3 24.66 34.65 -
YUV 132.12 140.91 107.94 -
System Red Green Blue C M Y K H S L
Decimal 104 142 155 0.33 0.08 0 0.39 195.29 0.2 0.51
Hex 68 8E 9B 21 8 0 27 C3 14 33
Octal 150 216 233 41 10 0 47 303 24 63
Binary 1101000 10001110 10011011 100001 1000 0 100111 11000011 10100 110011

Color Harmonies of #688E9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688E9B

Black with #688E9B

Text Example


Text Example

White with #688E9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,142,155); }

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

background-color css

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

 a { background-color: rgb(104,142,155); }

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

border-color css

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

 span { border-color: rgb(104,142,155); }

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