Html Css Color HEX #657391 Waikawa Grey

📋 copy color: '#657391'

red 101 ◦ green 115 ◦ blue 145

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

Shades of Waikawa Grey #657391

Tints of Waikawa Grey #657391

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 40.17%

R = 27.98%
G = 31.86%
B = 40.17%

CMYK

 C value IS 0.30

 M value IS 0.21

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#657391 (or 0x657391) is known color: Waikawa Grey. HEX triplet: 65, 73 and 91. RGB value is (101,115,145). Sum of RGB (Red+Green+Blue) = 101+115+145=361 (47% of max value = 765). Red value is 101 (39.84% from 255 or 27.98% from 361); Green value is 115 (45.31% from 255 or 31.86% from 361); Blue value is 145 (57.03% from 255 or 40.17% from 361); Max value from RGB is 145 - color contains mainly: blue. Hex color #657391 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657391 is #9A8C6E. Grayscale: #727272. Windows color (decimal): -10128495 or 9532261. OLE color: 9532261.

HSL color Cylindrical-coordinate representation of color #657391: hue angle of 220.91º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #657391 is Cyan = 0.30, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 101 115 145 -
CMYK 0.30 0.21 0 0.43
HSL 220.91º 0.18% 0.48% -
HSV(B) 220.91º 0.3% 0.57% -
XYZ 16.61 17.07 29.21 -
YUV 114.23 145.36 118.56 -
System Red Green Blue C M Y K H S L
Decimal 101 115 145 0.30 0.21 0 0.43 220.91 0.18 0.48
Hex 65 73 91 1E 15 0 2B DD 12 30
Octal 145 163 221 36 25 0 53 335 22 60
Binary 1100101 1110011 10010001 11110 10101 0 101011 11011101 10010 110000

Color Harmonies of #657391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #657391

Black with #657391

Text Example


Text Example

White with #657391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #657391; }

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

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

background-color css

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

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

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

border-color css

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

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

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