Html Css Color HEX #687F81 Hoki

📋 copy color: '#687F81'

red 104 ◦ green 127 ◦ blue 129

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

Shades of Hoki #687F81

Tints of Hoki #687F81

RGB

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

 GREEN value IS 127 (50% from 255) = 35.28%

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

R = 28.89%
G = 35.28%
B = 35.83%

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

#687F81 (or 0x687F81) is known color: Hoki. HEX triplet: 68, 7F and 81. RGB value is (104,127,129). Sum of RGB (Red+Green+Blue) = 104+127+129=360 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.89% from 360); Green value is 127 (50% from 255 or 35.28% from 360); Blue value is 129 (50.78% from 255 or 35.83% from 360); Max value from RGB is 129 - color contains mainly: blue. Hex color #687F81 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687F81 is #97807E. Grayscale: #787878. Windows color (decimal): -9928831 or 8486760. OLE color: 8486760.

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

Color convert

RGB 104 127 129 -
CMYK 0.19 0.02 0 0.49
HSL 184.8º 0.11% 0.46% -
HSV(B) 184.8º 0.19% 0.51% -
XYZ 17.26 19.71 23.66 -
YUV 120.35 132.88 116.34 -
System Red Green Blue C M Y K H S L
Decimal 104 127 129 0.19 0.02 0 0.49 184.8 0.11 0.46
Hex 68 7F 81 13 2 0 31 B9 B 2E
Octal 150 177 201 23 2 0 61 271 13 56
Binary 1101000 1111111 10000001 10011 10 0 110001 10111001 1011 101110

Color Harmonies of #687F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687F81

Black with #687F81

Text Example


Text Example

White with #687F81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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