Html Css Color HEX #657397 Waikawa Grey

📋 copy color: '#657397'

red 101 ◦ green 115 ◦ blue 151

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

Shades of Waikawa Grey #657397

Tints of Waikawa Grey #657397

RGB

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

 GREEN value IS 115 (45.31% from 255) = 31.34%

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

R = 27.52%
G = 31.34%
B = 41.14%

CMYK

 C value IS 0.33

 M value IS 0.24

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#657397 (or 0x657397) is known color: Waikawa Grey. HEX triplet: 65, 73 and 97. RGB value is (101,115,151). Sum of RGB (Red+Green+Blue) = 101+115+151=367 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.52% from 367); Green value is 115 (45.31% from 255 or 31.34% from 367); Blue value is 151 (59.38% from 255 or 41.14% from 367); Max value from RGB is 151 - color contains mainly: blue. Hex color #657397 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657397 is #9A8C68. Grayscale: #727272. Windows color (decimal): -10128489 or 9925477. OLE color: 9925477.

HSL color Cylindrical-coordinate representation of color #657397: hue angle of 223.2º 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 #657397 is Cyan = 0.33, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 101 115 151 -
CMYK 0.33 0.24 0 0.41
HSL 223.2º 0.2% 0.49% -
HSV(B) 223.2º 0.33% 0.59% -
XYZ 17.08 17.26 31.71 -
YUV 114.92 148.36 118.07 -
System Red Green Blue C M Y K H S L
Decimal 101 115 151 0.33 0.24 0 0.41 223.2 0.2 0.49
Hex 65 73 97 21 18 0 29 DF 14 31
Octal 145 163 227 41 30 0 51 337 24 61
Binary 1100101 1110011 10010111 100001 11000 0 101001 11011111 10100 110001

Color Harmonies of #657397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #657397

Black with #657397

Text Example


Text Example

White with #657397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #657397; }

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

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

background-color css

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

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

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

border-color css

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

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

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