Html Css Color HEX #657997 Waikawa Grey

📋 copy color: '#657997'

red 101 ◦ green 121 ◦ blue 151

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

Shades of Waikawa Grey #657997

Tints of Waikawa Grey #657997

RGB

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

 GREEN value IS 121 (47.66% from 255) = 32.44%

 BLUE value IS 151 (59.38% from 255) = 40.48%

R = 27.08%
G = 32.44%
B = 40.48%

CMYK

 C value IS 0.33

 M value IS 0.20

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#657997 (or 0x657997) is known color: Waikawa Grey. HEX triplet: 65, 79 and 97. RGB value is (101,121,151). Sum of RGB (Red+Green+Blue) = 101+121+151=373 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.08% from 373); Green value is 121 (47.66% from 255 or 32.44% from 373); Blue value is 151 (59.38% from 255 or 40.48% from 373); Max value from RGB is 151 - color contains mainly: blue. Hex color #657997 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657997 is #9A8668. Grayscale: #767676. Windows color (decimal): -10126953 or 9927013. OLE color: 9927013.

HSL color Cylindrical-coordinate representation of color #657997: hue angle of 216º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #657997 is Cyan = 0.33, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 101 121 151 -
CMYK 0.33 0.20 0 0.41
HSL 216º 0.2% 0.49% -
HSV(B) 216º 0.33% 0.59% -
XYZ 17.79 18.68 31.95 -
YUV 118.44 146.37 115.56 -
System Red Green Blue C M Y K H S L
Decimal 101 121 151 0.33 0.20 0 0.41 216 0.2 0.49
Hex 65 79 97 21 14 0 29 D8 14 31
Octal 145 171 227 41 24 0 51 330 24 61
Binary 1100101 1111001 10010111 100001 10100 0 101001 11011000 10100 110001

Color Harmonies of #657997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #657997

Black with #657997

Text Example


Text Example

White with #657997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #657997; }

 p { color: rgb(101,121,151); }

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

background-color css

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

 a { background-color: rgb(101,121,151); }

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

border-color css

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

 span { border-color: rgb(101,121,151); }

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