Html Css Color HEX #688089 Hoki

📋 copy color: '#688089'

red 104 ◦ green 128 ◦ blue 137

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

Shades of Hoki #688089

Tints of Hoki #688089

RGB

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

 GREEN value IS 128 (50.39% from 255) = 34.69%

 BLUE value IS 137 (53.91% from 255) = 37.13%

R = 28.18%
G = 34.69%
B = 37.13%

CMYK

 C value IS 0.24

 M value IS 0.07

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#688089 (or 0x688089) is known color: Hoki. HEX triplet: 68, 80 and 89. RGB value is (104,128,137). Sum of RGB (Red+Green+Blue) = 104+128+137=369 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.18% from 369); Green value is 128 (50.39% from 255 or 34.69% from 369); Blue value is 137 (53.91% from 255 or 37.13% from 369); Max value from RGB is 137 - color contains mainly: blue. Hex color #688089 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688089 is #977F76. Grayscale: #797979. Windows color (decimal): -9928567 or 9011304. OLE color: 9011304.

HSL color Cylindrical-coordinate representation of color #688089: hue angle of 196.36º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #688089 is Cyan = 0.24, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 104 128 137 -
CMYK 0.24 0.07 0 0.46
HSL 196.36º 0.14% 0.47% -
HSV(B) 196.36º 0.24% 0.54% -
XYZ 17.94 20.19 26.62 -
YUV 121.85 136.55 115.27 -
System Red Green Blue C M Y K H S L
Decimal 104 128 137 0.24 0.07 0 0.46 196.36 0.14 0.47
Hex 68 80 89 18 7 0 2E C4 E 2F
Octal 150 200 211 30 7 0 56 304 16 57
Binary 1101000 10000000 10001001 11000 111 0 101110 11000100 1110 101111

Color Harmonies of #688089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688089

Black with #688089

Text Example


Text Example

White with #688089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688089; }

 p { color: rgb(104,128,137); }

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

background-color css

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

 a { background-color: rgb(104,128,137); }

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

border-color css

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

 span { border-color: rgb(104,128,137); }

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