Html Css Color HEX #657895 Waikawa Grey

📋 copy color: '#657895'

red 101 ◦ green 120 ◦ blue 149

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

Shades of Waikawa Grey #657895

Tints of Waikawa Grey #657895

RGB

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

 GREEN value IS 120 (47.27% from 255) = 32.43%

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

R = 27.3%
G = 32.43%
B = 40.27%

CMYK

 C value IS 0.32

 M value IS 0.19

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#657895 (or 0x657895) is known color: Waikawa Grey. HEX triplet: 65, 78 and 95. RGB value is (101,120,149). Sum of RGB (Red+Green+Blue) = 101+120+149=370 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.30% from 370); Green value is 120 (47.27% from 255 or 32.43% from 370); Blue value is 149 (58.59% from 255 or 40.27% from 370); Max value from RGB is 149 - color contains mainly: blue. Hex color #657895 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657895 is #9A876A. Grayscale: #757575. Windows color (decimal): -10127211 or 9795685. OLE color: 9795685.

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

Color convert

RGB 101 120 149 -
CMYK 0.32 0.19 0 0.42
HSL 216.25º 0.19% 0.49% -
HSV(B) 216.25º 0.32% 0.58% -
XYZ 17.51 18.37 31.06 -
YUV 117.63 145.71 116.14 -
System Red Green Blue C M Y K H S L
Decimal 101 120 149 0.32 0.19 0 0.42 216.25 0.19 0.49
Hex 65 78 95 20 13 0 2A D8 13 31
Octal 145 170 225 40 23 0 52 330 23 61
Binary 1100101 1111000 10010101 100000 10011 0 101010 11011000 10011 110001

Color Harmonies of #657895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #657895

Black with #657895

Text Example


Text Example

White with #657895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #657895; }

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

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

background-color css

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

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

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

border-color css

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

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

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