Html Css Color HEX #657193 Waikawa Grey

📋 copy color: '#657193'

red 101 ◦ green 113 ◦ blue 147

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

Shades of Waikawa Grey #657193

Tints of Waikawa Grey #657193

RGB

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

 GREEN value IS 113 (44.53% from 255) = 31.3%

 BLUE value IS 147 (57.81% from 255) = 40.72%

R = 27.98%
G = 31.3%
B = 40.72%

CMYK

 C value IS 0.31

 M value IS 0.23

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#657193 (or 0x657193) is known color: Waikawa Grey. HEX triplet: 65, 71 and 93. RGB value is (101,113,147). Sum of RGB (Red+Green+Blue) = 101+113+147=361 (47% of max value = 765). Red value is 101 (39.84% from 255 or 27.98% from 361); Green value is 113 (44.53% from 255 or 31.30% from 361); Blue value is 147 (57.81% from 255 or 40.72% from 361); Max value from RGB is 147 - color contains mainly: blue. Hex color #657193 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657193 is #9A8E6C. Grayscale: #717171. Windows color (decimal): -10129005 or 9662821. OLE color: 9662821.

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

Color convert

RGB 101 113 147 -
CMYK 0.31 0.23 0 0.42
HSL 224.35º 0.19% 0.49% -
HSV(B) 224.35º 0.31% 0.58% -
XYZ 16.54 16.68 29.95 -
YUV 113.29 147.02 119.24 -
System Red Green Blue C M Y K H S L
Decimal 101 113 147 0.31 0.23 0 0.42 224.35 0.19 0.49
Hex 65 71 93 1F 17 0 2A E0 13 31
Octal 145 161 223 37 27 0 52 340 23 61
Binary 1100101 1110001 10010011 11111 10111 0 101010 11100000 10011 110001

Color Harmonies of #657193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #657193

Black with #657193

Text Example


Text Example

White with #657193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #657193; }

 p { color: rgb(101,113,147); }

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

background-color css

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

 a { background-color: rgb(101,113,147); }

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

border-color css

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

 span { border-color: rgb(101,113,147); }

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