Html Css Color HEX #688390 Horizon

📋 copy color: '#688390'

red 104 ◦ green 131 ◦ blue 144

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

Shades of Horizon #688390

Tints of Horizon #688390

RGB

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

 GREEN value IS 131 (51.56% from 255) = 34.56%

 BLUE value IS 144 (56.64% from 255) = 37.99%

R = 27.44%
G = 34.56%
B = 37.99%

CMYK

 C value IS 0.28

 M value IS 0.09

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#688390 (or 0x688390) is known color: Horizon. HEX triplet: 68, 83 and 90. RGB value is (104,131,144). Sum of RGB (Red+Green+Blue) = 104+131+144=379 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.44% from 379); Green value is 131 (51.56% from 255 or 34.56% from 379); Blue value is 144 (56.64% from 255 or 37.99% from 379); Max value from RGB is 144 - color contains mainly: blue. Hex color #688390 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688390 is #977C6F. Grayscale: #7C7C7C. Windows color (decimal): -9927792 or 9470824. OLE color: 9470824.

HSL color Cylindrical-coordinate representation of color #688390: hue angle of 199.5º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #688390 is Cyan = 0.28, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 104 131 144 -
CMYK 0.28 0.09 0 0.44
HSL 199.5º 0.16% 0.49% -
HSV(B) 199.5º 0.28% 0.56% -
XYZ 18.86 21.19 29.48 -
YUV 124.41 139.05 113.44 -
System Red Green Blue C M Y K H S L
Decimal 104 131 144 0.28 0.09 0 0.44 199.5 0.16 0.49
Hex 68 83 90 1C 9 0 2C C8 10 31
Octal 150 203 220 34 11 0 54 310 20 61
Binary 1101000 10000011 10010000 11100 1001 0 101100 11001000 10000 110001

Color Harmonies of #688390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688390

Black with #688390

Text Example


Text Example

White with #688390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688390; }

 p { color: rgb(104,131,144); }

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

background-color css

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

 a { background-color: rgb(104,131,144); }

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

border-color css

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

 span { border-color: rgb(104,131,144); }

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