Html Css Color HEX #687C85 Hoki

📋 copy color: '#687C85'

red 104 ◦ green 124 ◦ blue 133

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

Shades of Hoki #687C85

Tints of Hoki #687C85

RGB

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

 GREEN value IS 124 (48.83% from 255) = 34.35%

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

R = 28.81%
G = 34.35%
B = 36.84%

CMYK

 C value IS 0.22

 M value IS 0.07

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#687C85 (or 0x687C85) is known color: Hoki. HEX triplet: 68, 7C and 85. RGB value is (104,124,133). Sum of RGB (Red+Green+Blue) = 104+124+133=361 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.81% from 361); Green value is 124 (48.83% from 255 or 34.35% from 361); Blue value is 133 (52.34% from 255 or 36.84% from 361); Max value from RGB is 133 - color contains mainly: blue. Hex color #687C85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687C85 is #97837A. Grayscale: #767676. Windows color (decimal): -9929595 or 8748136. OLE color: 8748136.

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

Color convert

RGB 104 124 133 -
CMYK 0.22 0.07 0 0.48
HSL 198.62º 0.12% 0.46% -
HSV(B) 198.62º 0.22% 0.52% -
XYZ 17.15 19.05 24.96 -
YUV 119.05 135.87 117.27 -
System Red Green Blue C M Y K H S L
Decimal 104 124 133 0.22 0.07 0 0.48 198.62 0.12 0.46
Hex 68 7C 85 16 7 0 30 C7 C 2E
Octal 150 174 205 26 7 0 60 307 14 56
Binary 1101000 1111100 10000101 10110 111 0 110000 11000111 1100 101110

Color Harmonies of #687C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687C85

Black with #687C85

Text Example


Text Example

White with #687C85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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