Html Css Color HEX #687F85 Hoki

📋 copy color: '#687F85'

red 104 ◦ green 127 ◦ blue 133

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

Shades of Hoki #687F85

Tints of Hoki #687F85

RGB

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

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

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

R = 28.57%
G = 34.89%
B = 36.54%

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

#687F85 (or 0x687F85) is known color: Hoki. HEX triplet: 68, 7F and 85. RGB value is (104,127,133). Sum of RGB (Red+Green+Blue) = 104+127+133=364 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.57% from 364); Green value is 127 (50% from 255 or 34.89% from 364); Blue value is 133 (52.34% from 255 or 36.54% from 364); Max value from RGB is 133 - color contains mainly: blue. Hex color #687F85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687F85 is #97807A. Grayscale: #787878. Windows color (decimal): -9928827 or 8748904. OLE color: 8748904.

HSL color Cylindrical-coordinate representation of color #687F85: hue angle of 192.41º 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 #687F85 is Cyan = 0.22, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 104 127 133 -
CMYK 0.22 0.05 0 0.48
HSL 192.41º 0.12% 0.46% -
HSV(B) 192.41º 0.22% 0.52% -
XYZ 17.53 19.82 25.09 -
YUV 120.81 134.88 116.01 -
System Red Green Blue C M Y K H S L
Decimal 104 127 133 0.22 0.05 0 0.48 192.41 0.12 0.46
Hex 68 7F 85 16 5 0 30 C0 C 2E
Octal 150 177 205 26 5 0 60 300 14 56
Binary 1101000 1111111 10000101 10110 101 0 110000 11000000 1100 101110

Color Harmonies of #687F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687F85

Black with #687F85

Text Example


Text Example

White with #687F85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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