Html Css Color HEX #657594 Waikawa Grey

📋 copy color: '#657594'

red 101 ◦ green 117 ◦ blue 148

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

Shades of Waikawa Grey #657594

Tints of Waikawa Grey #657594

RGB

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

 GREEN value IS 117 (46.09% from 255) = 31.97%

 BLUE value IS 148 (58.2% from 255) = 40.44%

R = 27.6%
G = 31.97%
B = 40.44%

CMYK

 C value IS 0.32

 M value IS 0.21

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#657594 (or 0x657594) is known color: Waikawa Grey. HEX triplet: 65, 75 and 94. RGB value is (101,117,148). Sum of RGB (Red+Green+Blue) = 101+117+148=366 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.60% from 366); Green value is 117 (46.09% from 255 or 31.97% from 366); Blue value is 148 (58.20% from 255 or 40.44% from 366); Max value from RGB is 148 - color contains mainly: blue. Hex color #657594 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657594 is #9A8A6B. Grayscale: #737373. Windows color (decimal): -10127980 or 9729381. OLE color: 9729381.

HSL color Cylindrical-coordinate representation of color #657594: hue angle of 219.57º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #657594 is Cyan = 0.32, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 101 117 148 -
CMYK 0.32 0.21 0 0.42
HSL 219.57º 0.19% 0.49% -
HSV(B) 219.57º 0.32% 0.58% -
XYZ 17.07 17.63 30.52 -
YUV 115.75 146.2 117.48 -
System Red Green Blue C M Y K H S L
Decimal 101 117 148 0.32 0.21 0 0.42 219.57 0.19 0.49
Hex 65 75 94 20 15 0 2A DC 13 31
Octal 145 165 224 40 25 0 52 334 23 61
Binary 1100101 1110101 10010100 100000 10101 0 101010 11011100 10011 110001

Color Harmonies of #657594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #657594

Black with #657594

Text Example


Text Example

White with #657594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #657594; }

 p { color: rgb(101,117,148); }

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

background-color css

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

 a { background-color: rgb(101,117,148); }

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

border-color css

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

 span { border-color: rgb(101,117,148); }

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