Html Css Color HEX #657D86 Hoki

📋 copy color: '#657D86'

red 101 ◦ green 125 ◦ blue 134

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

Shades of Hoki #657D86

Tints of Hoki #657D86

RGB

 RED value IS 101 (39.84% from 255) = 28.06%

 GREEN value IS 125 (49.22% from 255) = 34.72%

 BLUE value IS 134 (52.73% from 255) = 37.22%

R = 28.06%
G = 34.72%
B = 37.22%

CMYK

 C value IS 0.25

 M value IS 0.07

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#657D86 (or 0x657D86) is known color: Hoki. HEX triplet: 65, 7D and 86. RGB value is (101,125,134). Sum of RGB (Red+Green+Blue) = 101+125+134=360 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.06% from 360); Green value is 125 (49.22% from 255 or 34.72% from 360); Blue value is 134 (52.73% from 255 or 37.22% from 360); Max value from RGB is 134 - color contains mainly: blue. Hex color #657D86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657D86 is #9A8279. Grayscale: #767676. Windows color (decimal): -10125946 or 8813925. OLE color: 8813925.

HSL color Cylindrical-coordinate representation of color #657D86: hue angle of 196.36º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #657D86 is Cyan = 0.25, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 101 125 134 -
CMYK 0.25 0.07 0 0.47
HSL 196.36º 0.14% 0.46% -
HSV(B) 196.36º 0.25% 0.53% -
XYZ 17 19.16 25.36 -
YUV 118.85 136.55 115.27 -
System Red Green Blue C M Y K H S L
Decimal 101 125 134 0.25 0.07 0 0.47 196.36 0.14 0.46
Hex 65 7D 86 19 7 0 2F C4 E 2E
Octal 145 175 206 31 7 0 57 304 16 56
Binary 1100101 1111101 10000110 11001 111 0 101111 11000100 1110 101110

Color Harmonies of #657D86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #657D86

Black with #657D86

Text Example


Text Example

White with #657D86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #657D86; }

 p { color: rgb(101,125,134); }

 H1.HeaderClassName
 {
   color: #657D86;
 }
 .AnyTagClassName
 {
   color: #657D86;
 }
</style>

background-color css

<style>
 a { background-color: #657D86; }

 a { background-color: rgb(101,125,134); }

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

border-color css

<style>
 span { border-color: #657D86; }

 span { border-color: rgb(101,125,134); }

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