Html Css Color HEX #688081 Hoki

📋 copy color: '#688081'

red 104 ◦ green 128 ◦ blue 129

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

Shades of Hoki #688081

Tints of Hoki #688081

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 35.73%

R = 28.81%
G = 35.46%
B = 35.73%

CMYK

 C value IS 0.19

 M value IS 0.01

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#688081 (or 0x688081) is known color: Hoki. HEX triplet: 68, 80 and 81. RGB value is (104,128,129). Sum of RGB (Red+Green+Blue) = 104+128+129=361 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.81% from 361); Green value is 128 (50.39% from 255 or 35.46% from 361); Blue value is 129 (50.78% from 255 or 35.73% from 361); Max value from RGB is 129 - color contains mainly: blue. Hex color #688081 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688081 is #977F7E. Grayscale: #787878. Windows color (decimal): -9928575 or 8487016. OLE color: 8487016.

HSL color Cylindrical-coordinate representation of color #688081: hue angle of 182.4º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #688081 is Cyan = 0.19, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 104 128 129 -
CMYK 0.19 0.01 0 0.49
HSL 182.4º 0.11% 0.46% -
HSV(B) 182.4º 0.19% 0.51% -
XYZ 17.39 19.97 23.71 -
YUV 120.94 132.55 115.92 -
System Red Green Blue C M Y K H S L
Decimal 104 128 129 0.19 0.01 0 0.49 182.4 0.11 0.46
Hex 68 80 81 13 1 0 31 B6 B 2E
Octal 150 200 201 23 1 0 61 266 13 56
Binary 1101000 10000000 10000001 10011 1 0 110001 10110110 1011 101110

Color Harmonies of #688081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688081

Black with #688081

Text Example


Text Example

White with #688081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688081; }

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

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

background-color css

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

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

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

border-color css

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

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

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