Html Css Color HEX #657D87 Hoki

📋 copy color: '#657D87'

red 101 ◦ green 125 ◦ blue 135

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

Shades of Hoki #657D87

Tints of Hoki #657D87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 37.4%

R = 27.98%
G = 34.63%
B = 37.4%

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

#657D87 (or 0x657D87) is known color: Hoki. HEX triplet: 65, 7D and 87. RGB value is (101,125,135). Sum of RGB (Red+Green+Blue) = 101+125+135=361 (47% of max value = 765). Red value is 101 (39.84% from 255 or 27.98% from 361); Green value is 125 (49.22% from 255 or 34.63% from 361); Blue value is 135 (53.12% from 255 or 37.40% from 361); Max value from RGB is 135 - color contains mainly: blue. Hex color #657D87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657D87 is #9A8278. Grayscale: #767676. Windows color (decimal): -10125945 or 8879461. OLE color: 8879461.

HSL color Cylindrical-coordinate representation of color #657D87: hue angle of 197.65º 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 #657D87 is Cyan = 0.25, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 101 125 135 -
CMYK 0.25 0.07 0 0.47
HSL 197.65º 0.14% 0.46% -
HSV(B) 197.65º 0.25% 0.53% -
XYZ 17.07 19.18 25.72 -
YUV 118.96 137.05 115.19 -
System Red Green Blue C M Y K H S L
Decimal 101 125 135 0.25 0.07 0 0.47 197.65 0.14 0.46
Hex 65 7D 87 19 7 0 2F C6 E 2E
Octal 145 175 207 31 7 0 57 306 16 56
Binary 1100101 1111101 10000111 11001 111 0 101111 11000110 1110 101110

Color Harmonies of #657D87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #657D87

Black with #657D87

Text Example


Text Example

White with #657D87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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