#657C84

Color #657C84 Hoki (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hoki #657C84

Tints of Hoki #657C84

Color information

#657C84 (or 0x657C84) is unknown color: approx Hoki. HEX triplet: 65, 7C and 84. RGB value is (101,124,132). Sum of RGB (Red+Green+Blue) = 101+124+132=357 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.29% from 357); Green value is 124 (48.83% from 255 or 34.73% from 357); Blue value is 132 (51.95% from 255 or 36.97% from 357); Max value from RGB is 132 - color contains mainly: blue. Hex color #657C84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657C84 is #9A837B. Grayscale: #757575. Windows color (decimal): -10126204 or 8682597. OLE color: 8682597.

HSL color Cylindrical-coordinate representation of color #657C84: hue angle of 195.48º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #657C84 is Cyan = 0.23, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB101124132-
CMYK0.230.0600.48
HSL195.48º13.3%45.69%-
HSV(B)195.48º23.48%51.76%-
XYZ16.7418.8524.59-
YUV118.04135.88115.85-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 28.29%
GREEN value IS 124 (48.83% from 255) = 34.73%
BLUE value IS 132 (51.95% from 255) = 36.97%
R=28.29%
G=34.73%
B=36.97%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1011241320.230.0600.48195.4813.345.69
Hex657C84176030c3d2e
Octal1451742042760603031556
Binary1100101111110010000100101111100110000110000111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,124,132); }

 H1.HeaderClassName
 {
   color: #657C84;
 }
 .AnyTagClassName
 {
   color: #657C84;
 }
</style>
background-color css

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

 a { background-color: rgb(101,124,132); }

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

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

 span { border-color: rgb(101,124,132); }

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