Html Css Color HEX #688086 Hoki

📋 copy color: '#688086'

red 104 ◦ green 128 ◦ blue 134

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

Shades of Hoki #688086

Tints of Hoki #688086

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 36.61%

R = 28.42%
G = 34.97%
B = 36.61%

CMYK

 C value IS 0.22

 M value IS 0.04

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#688086 (or 0x688086) is known color: Hoki. HEX triplet: 68, 80 and 86. RGB value is (104,128,134). Sum of RGB (Red+Green+Blue) = 104+128+134=366 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.42% from 366); Green value is 128 (50.39% from 255 or 34.97% from 366); Blue value is 134 (52.73% from 255 or 36.61% from 366); Max value from RGB is 134 - color contains mainly: blue. Hex color #688086 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688086 is #977F79. Grayscale: #797979. Windows color (decimal): -9928570 or 8814696. OLE color: 8814696.

HSL color Cylindrical-coordinate representation of color #688086: hue angle of 192º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #688086 is Cyan = 0.22, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 104 128 134 -
CMYK 0.22 0.04 0 0.47
HSL 192º 0.13% 0.47% -
HSV(B) 192º 0.22% 0.53% -
XYZ 17.73 20.1 25.5 -
YUV 121.51 135.05 115.51 -
System Red Green Blue C M Y K H S L
Decimal 104 128 134 0.22 0.04 0 0.47 192 0.13 0.47
Hex 68 80 86 16 4 0 2F C0 D 2F
Octal 150 200 206 26 4 0 57 300 15 57
Binary 1101000 10000000 10000110 10110 100 0 101111 11000000 1101 101111

Color Harmonies of #688086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688086

Black with #688086

Text Example


Text Example

White with #688086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688086; }

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

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

background-color css

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

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

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

border-color css

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

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

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