Html Css Color HEX #687E85 Hoki

📋 copy color: '#687E85'

red 104 ◦ green 126 ◦ blue 133

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

Shades of Hoki #687E85

Tints of Hoki #687E85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 36.64%

R = 28.65%
G = 34.71%
B = 36.64%

CMYK

 C value IS 0.22

 M value IS 0.05

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#687E85 (or 0x687E85) is known color: Hoki. HEX triplet: 68, 7E and 85. RGB value is (104,126,133). Sum of RGB (Red+Green+Blue) = 104+126+133=363 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.65% from 363); Green value is 126 (49.61% from 255 or 34.71% from 363); Blue value is 133 (52.34% from 255 or 36.64% from 363); Max value from RGB is 133 - color contains mainly: blue. Hex color #687E85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687E85 is #97817A. Grayscale: #787878. Windows color (decimal): -9929083 or 8748648. OLE color: 8748648.

HSL color Cylindrical-coordinate representation of color #687E85: hue angle of 194.48º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #687E85 is Cyan = 0.22, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 104 126 133 -
CMYK 0.22 0.05 0 0.48
HSL 194.48º 0.12% 0.46% -
HSV(B) 194.48º 0.22% 0.52% -
XYZ 17.4 19.56 25.05 -
YUV 120.22 135.21 116.43 -
System Red Green Blue C M Y K H S L
Decimal 104 126 133 0.22 0.05 0 0.48 194.48 0.12 0.46
Hex 68 7E 85 16 5 0 30 C2 C 2E
Octal 150 176 205 26 5 0 60 302 14 56
Binary 1101000 1111110 10000101 10110 101 0 110000 11000010 1100 101110

Color Harmonies of #687E85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687E85

Black with #687E85

Text Example


Text Example

White with #687E85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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