Html Css Color HEX #657395 Waikawa Grey

📋 copy color: '#657395'

red 101 ◦ green 115 ◦ blue 149

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

Shades of Waikawa Grey #657395

Tints of Waikawa Grey #657395

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 40.82%

R = 27.67%
G = 31.51%
B = 40.82%

CMYK

 C value IS 0.32

 M value IS 0.23

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#657395 (or 0x657395) is known color: Waikawa Grey. HEX triplet: 65, 73 and 95. RGB value is (101,115,149). Sum of RGB (Red+Green+Blue) = 101+115+149=365 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.67% from 365); Green value is 115 (45.31% from 255 or 31.51% from 365); Blue value is 149 (58.59% from 255 or 40.82% from 365); Max value from RGB is 149 - color contains mainly: blue. Hex color #657395 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657395 is #9A8C6A. Grayscale: #727272. Windows color (decimal): -10128491 or 9794405. OLE color: 9794405.

HSL color Cylindrical-coordinate representation of color #657395: hue angle of 222.5º 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 #657395 is Cyan = 0.32, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 101 115 149 -
CMYK 0.32 0.23 0 0.42
HSL 222.5º 0.19% 0.49% -
HSV(B) 222.5º 0.32% 0.58% -
XYZ 16.92 17.2 30.86 -
YUV 114.69 147.36 118.24 -
System Red Green Blue C M Y K H S L
Decimal 101 115 149 0.32 0.23 0 0.42 222.5 0.19 0.49
Hex 65 73 95 20 17 0 2A DE 13 31
Octal 145 163 225 40 27 0 52 336 23 61
Binary 1100101 1110011 10010101 100000 10111 0 101010 11011110 10011 110001

Color Harmonies of #657395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #657395

Black with #657395

Text Example


Text Example

White with #657395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #657395; }

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

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

background-color css

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

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

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

border-color css

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

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

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