Html Css Color HEX #687E86 Hoki

📋 copy color: '#687E86'

red 104 ◦ green 126 ◦ blue 134

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

Shades of Hoki #687E86

Tints of Hoki #687E86

RGB

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

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

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

R = 28.57%
G = 34.62%
B = 36.81%

CMYK

 C value IS 0.22

 M value IS 0.06

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#687E86 (or 0x687E86) is known color: Hoki. HEX triplet: 68, 7E and 86. RGB value is (104,126,134). Sum of RGB (Red+Green+Blue) = 104+126+134=364 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.57% from 364); Green value is 126 (49.61% from 255 or 34.62% from 364); Blue value is 134 (52.73% from 255 or 36.81% from 364); Max value from RGB is 134 - color contains mainly: blue. Hex color #687E86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687E86 is #978179. Grayscale: #787878. Windows color (decimal): -9929082 or 8814184. OLE color: 8814184.

HSL color Cylindrical-coordinate representation of color #687E86: hue angle of 196º 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 #687E86 is Cyan = 0.22, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 104 126 134 -
CMYK 0.22 0.06 0 0.47
HSL 196º 0.13% 0.47% -
HSV(B) 196º 0.22% 0.53% -
XYZ 17.47 19.59 25.41 -
YUV 120.33 135.71 116.35 -
System Red Green Blue C M Y K H S L
Decimal 104 126 134 0.22 0.06 0 0.47 196 0.13 0.47
Hex 68 7E 86 16 6 0 2F C4 D 2F
Octal 150 176 206 26 6 0 57 304 15 57
Binary 1101000 1111110 10000110 10110 110 0 101111 11000100 1101 101111

Color Harmonies of #687E86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687E86

Black with #687E86

Text Example


Text Example

White with #687E86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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