#657095

Color #657095 Waikawa Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Waikawa Grey #657095

Tints of Waikawa Grey #657095

Color information

#657095 (or 0x657095) is unknown color: approx 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

RGB101112149-
CMYK0.320.2500.42
HSL226.25º19.2%49.02%-
HSV(B)226.25º32.21%58.43%-
XYZ16.5916.5230.75-
YUV112.93148.36119.49-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.90%
GREEN value IS 112 (44.14% from 255) = 30.94%
BLUE value IS 149 (58.59% from 255) = 41.16%
R=27.90%
G=30.94%
B=41.16%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1011121490.320.2500.42226.2519.249.02
Hex657095201902Ae21331
Octal14516022540310523422361
Binary11001011110000100101011000001100101010101110001010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>