Html Css Color HEX #687E83 Hoki

📋 copy color: '#687E83'

red 104 ◦ green 126 ◦ blue 131

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

Shades of Hoki #687E83

Tints of Hoki #687E83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 36.29%

R = 28.81%
G = 34.9%
B = 36.29%

CMYK

 C value IS 0.21

 M value IS 0.04

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#687E83 (or 0x687E83) is known color: Hoki. HEX triplet: 68, 7E and 83. RGB value is (104,126,131). Sum of RGB (Red+Green+Blue) = 104+126+131=361 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.81% from 361); Green value is 126 (49.61% from 255 or 34.90% from 361); Blue value is 131 (51.56% from 255 or 36.29% from 361); Max value from RGB is 131 - color contains mainly: blue. Hex color #687E83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687E83 is #97817C. Grayscale: #777777. Windows color (decimal): -9929085 or 8617576. OLE color: 8617576.

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

Color convert

RGB 104 126 131 -
CMYK 0.21 0.04 0 0.49
HSL 191.11º 0.11% 0.46% -
HSV(B) 191.11º 0.21% 0.51% -
XYZ 17.27 19.5 24.33 -
YUV 119.99 134.21 116.59 -
System Red Green Blue C M Y K H S L
Decimal 104 126 131 0.21 0.04 0 0.49 191.11 0.11 0.46
Hex 68 7E 83 15 4 0 31 BF B 2E
Octal 150 176 203 25 4 0 61 277 13 56
Binary 1101000 1111110 10000011 10101 100 0 110001 10111111 1011 101110

Color Harmonies of #687E83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687E83

Black with #687E83

Text Example


Text Example

White with #687E83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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