Html Css Color HEX #657B84 Hoki

📋 copy color: '#657B84'

red 101 ◦ green 123 ◦ blue 132

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

Shades of Hoki #657B84

Tints of Hoki #657B84

RGB

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

 GREEN value IS 123 (48.44% from 255) = 34.55%

 BLUE value IS 132 (51.95% from 255) = 37.08%

R = 28.37%
G = 34.55%
B = 37.08%

CMYK

 C value IS 0.23

 M value IS 0.07

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#657B84 (or 0x657B84) is known color: Hoki. HEX triplet: 65, 7B and 84. RGB value is (101,123,132). Sum of RGB (Red+Green+Blue) = 101+123+132=356 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.37% from 356); Green value is 123 (48.44% from 255 or 34.55% from 356); Blue value is 132 (51.95% from 255 or 37.08% from 356); Max value from RGB is 132 - color contains mainly: blue. Hex color #657B84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657B84 is #9A847B. Grayscale: #757575. Windows color (decimal): -10126460 or 8682341. OLE color: 8682341.

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

Color convert

RGB 101 123 132 -
CMYK 0.23 0.07 0 0.48
HSL 197.42º 0.13% 0.46% -
HSV(B) 197.42º 0.23% 0.52% -
XYZ 16.61 18.6 24.54 -
YUV 117.45 136.21 116.27 -
System Red Green Blue C M Y K H S L
Decimal 101 123 132 0.23 0.07 0 0.48 197.42 0.13 0.46
Hex 65 7B 84 17 7 0 30 C5 D 2E
Octal 145 173 204 27 7 0 60 305 15 56
Binary 1100101 1111011 10000100 10111 111 0 110000 11000101 1101 101110

Color Harmonies of #657B84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #657B84

Black with #657B84

Text Example


Text Example

White with #657B84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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