Html Css Color HEX #687981 Hoki

📋 copy color: '#687981'

red 104 ◦ green 121 ◦ blue 129

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

Shades of Hoki #687981

Tints of Hoki #687981

RGB

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

 GREEN value IS 121 (47.66% from 255) = 34.18%

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

R = 29.38%
G = 34.18%
B = 36.44%

CMYK

 C value IS 0.19

 M value IS 0.06

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#687981 (or 0x687981) is known color: Hoki. HEX triplet: 68, 79 and 81. RGB value is (104,121,129). Sum of RGB (Red+Green+Blue) = 104+121+129=354 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.38% from 354); Green value is 121 (47.66% from 255 or 34.18% from 354); Blue value is 129 (50.78% from 255 or 36.44% from 354); Max value from RGB is 129 - color contains mainly: blue. Hex color #687981 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687981 is #97867E. Grayscale: #747474. Windows color (decimal): -9930367 or 8485224. OLE color: 8485224.

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

Color convert

RGB 104 121 129 -
CMYK 0.19 0.06 0 0.49
HSL 199.2º 0.11% 0.46% -
HSV(B) 199.2º 0.19% 0.51% -
XYZ 16.51 18.2 23.41 -
YUV 116.83 134.87 118.85 -
System Red Green Blue C M Y K H S L
Decimal 104 121 129 0.19 0.06 0 0.49 199.2 0.11 0.46
Hex 68 79 81 13 6 0 31 C7 B 2E
Octal 150 171 201 23 6 0 61 307 13 56
Binary 1101000 1111001 10000001 10011 110 0 110001 11000111 1011 101110

Color Harmonies of #687981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687981

Black with #687981

Text Example


Text Example

White with #687981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #687981; }

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

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

background-color css

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

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

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

border-color css

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

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

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