Html Css Color HEX #657095 Waikawa Grey

📋 copy color: '#657095'

red 101 ◦ green 112 ◦ blue 149

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

Shades of Waikawa Grey #657095

Tints of Waikawa Grey #657095

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.94%

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

R = 27.9%
G = 30.94%
B = 41.16%

CMYK

 C value IS 0.32

 M value IS 0.25

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#657095 (or 0x657095) is known color: Waikawa Grey. HEX triplet: 65, 70 and 95. RGB value is (101,112,149). Sum of RGB (Red+Green+Blue) = 101+112+149=362 (47% of max value = 765). Red value is 101 (39.84% from 255 or 27.90% from 362); Green value is 112 (44.14% from 255 or 30.94% from 362); Blue value is 149 (58.59% from 255 or 41.16% from 362); Max value from RGB is 149 - color contains mainly: blue. Hex color #657095 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657095 is #9A8F6A. Grayscale: #707070. Windows color (decimal): -10129259 or 9793637. OLE color: 9793637.

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

Color convert

RGB 101 112 149 -
CMYK 0.32 0.25 0 0.42
HSL 226.25º 0.19% 0.49% -
HSV(B) 226.25º 0.32% 0.58% -
XYZ 16.59 16.52 30.75 -
YUV 112.93 148.36 119.49 -
System Red Green Blue C M Y K H S L
Decimal 101 112 149 0.32 0.25 0 0.42 226.25 0.19 0.49
Hex 65 70 95 20 19 0 2A E2 13 31
Octal 145 160 225 40 31 0 52 342 23 61
Binary 1100101 1110000 10010101 100000 11001 0 101010 11100010 10011 110001

Color Harmonies of #657095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #657095

Black with #657095

Text Example


Text Example

White with #657095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #657095; }

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

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

background-color css

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

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

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

border-color css

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

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

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