Html Css Color HEX #687A82 Hoki

📋 copy color: '#687A82'

red 104 ◦ green 122 ◦ blue 130

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

Shades of Hoki #687A82

Tints of Hoki #687A82

RGB

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

 GREEN value IS 122 (48.05% from 255) = 34.27%

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

R = 29.21%
G = 34.27%
B = 36.52%

CMYK

 C value IS 0.2

 M value IS 0.06

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#687A82 (or 0x687A82) is known color: Hoki. HEX triplet: 68, 7A and 82. RGB value is (104,122,130). Sum of RGB (Red+Green+Blue) = 104+122+130=356 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.21% from 356); Green value is 122 (48.05% from 255 or 34.27% from 356); Blue value is 130 (51.17% from 255 or 36.52% from 356); Max value from RGB is 130 - color contains mainly: blue. Hex color #687A82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687A82 is #97857D. Grayscale: #757575. Windows color (decimal): -9930110 or 8551016. OLE color: 8551016.

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

Color convert

RGB 104 122 130 -
CMYK 0.2 0.06 0 0.49
HSL 198.46º 0.11% 0.46% -
HSV(B) 198.46º 0.2% 0.51% -
XYZ 16.7 18.47 23.8 -
YUV 117.53 135.04 118.35 -
System Red Green Blue C M Y K H S L
Decimal 104 122 130 0.2 0.06 0 0.49 198.46 0.11 0.46
Hex 68 7A 82 14 6 0 31 C6 B 2E
Octal 150 172 202 24 6 0 61 306 13 56
Binary 1101000 1111010 10000010 10100 110 0 110001 11000110 1011 101110

Color Harmonies of #687A82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687A82

Black with #687A82

Text Example


Text Example

White with #687A82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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