Html Css Color HEX #687B82 Hoki

📋 copy color: '#687B82'

red 104 ◦ green 123 ◦ blue 130

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

Shades of Hoki #687B82

Tints of Hoki #687B82

RGB

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

 GREEN value IS 123 (48.44% from 255) = 34.45%

 BLUE value IS 130 (51.17% from 255) = 36.41%

R = 29.13%
G = 34.45%
B = 36.41%

CMYK

 C value IS 0.2

 M value IS 0.05

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#687B82 (or 0x687B82) is known color: Hoki. HEX triplet: 68, 7B and 82. RGB value is (104,123,130). Sum of RGB (Red+Green+Blue) = 104+123+130=357 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.13% from 357); Green value is 123 (48.44% from 255 or 34.45% from 357); Blue value is 130 (51.17% from 255 or 36.41% from 357); Max value from RGB is 130 - color contains mainly: blue. Hex color #687B82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687B82 is #97847D. Grayscale: #767676. Windows color (decimal): -9929854 or 8551272. OLE color: 8551272.

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

Color convert

RGB 104 123 130 -
CMYK 0.2 0.05 0 0.49
HSL 196.15º 0.11% 0.46% -
HSV(B) 196.15º 0.2% 0.51% -
XYZ 16.82 18.72 23.85 -
YUV 118.12 134.71 117.93 -
System Red Green Blue C M Y K H S L
Decimal 104 123 130 0.2 0.05 0 0.49 196.15 0.11 0.46
Hex 68 7B 82 14 5 0 31 C4 B 2E
Octal 150 173 202 24 5 0 61 304 13 56
Binary 1101000 1111011 10000010 10100 101 0 110001 11000100 1011 101110

Color Harmonies of #687B82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687B82

Black with #687B82

Text Example


Text Example

White with #687B82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,123,130); }

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

background-color css

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

 a { background-color: rgb(104,123,130); }

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

border-color css

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

 span { border-color: rgb(104,123,130); }

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