Html Css Color HEX #687E81 Hoki

📋 copy color: '#687E81'

red 104 ◦ green 126 ◦ blue 129

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

Shades of Hoki #687E81

Tints of Hoki #687E81

RGB

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

 GREEN value IS 126 (49.61% from 255) = 35.1%

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

R = 28.97%
G = 35.1%
B = 35.93%

CMYK

 C value IS 0.19

 M value IS 0.02

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#687E81 (or 0x687E81) is known color: Hoki. HEX triplet: 68, 7E and 81. RGB value is (104,126,129). Sum of RGB (Red+Green+Blue) = 104+126+129=359 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.97% from 359); Green value is 126 (49.61% from 255 or 35.10% from 359); Blue value is 129 (50.78% from 255 or 35.93% from 359); Max value from RGB is 129 - color contains mainly: blue. Hex color #687E81 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687E81 is #97817E. Grayscale: #777777. Windows color (decimal): -9929087 or 8486504. OLE color: 8486504.

HSL color Cylindrical-coordinate representation of color #687E81: hue angle of 187.2º 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 #687E81 is Cyan = 0.19, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 104 126 129 -
CMYK 0.19 0.02 0 0.49
HSL 187.2º 0.11% 0.46% -
HSV(B) 187.2º 0.19% 0.51% -
XYZ 17.13 19.45 23.62 -
YUV 119.76 133.21 116.76 -
System Red Green Blue C M Y K H S L
Decimal 104 126 129 0.19 0.02 0 0.49 187.2 0.11 0.46
Hex 68 7E 81 13 2 0 31 BB B 2E
Octal 150 176 201 23 2 0 61 273 13 56
Binary 1101000 1111110 10000001 10011 10 0 110001 10111011 1011 101110

Color Harmonies of #687E81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687E81

Black with #687E81

Text Example


Text Example

White with #687E81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #687E81; }

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

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

background-color css

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

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

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

border-color css

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

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

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