#65739E

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

Shades of Waikawa Grey #65739E

Tints of Waikawa Grey #65739E

Color information

#65739E (or 0x65739E) is unknown color: approx Waikawa Grey. HEX triplet: 65, 73 and 9E. RGB value is (101,115,158). Sum of RGB (Red+Green+Blue) = 101+115+158=374 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.01% from 374); Green value is 115 (45.31% from 255 or 30.75% from 374); Blue value is 158 (62.11% from 255 or 42.25% from 374); Max value from RGB is 158 - color contains mainly: blue. Hex color #65739E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65739E is #9A8C61. Grayscale: #737373. Windows color (decimal): -10128482 or 10384229. OLE color: 10384229.

HSL color Cylindrical-coordinate representation of color #65739E: hue angle of 225.26º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #65739E is Cyan = 0.36, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB101115158-
CMYK0.360.2700.38
HSL225.26º22.71%50.78%-
HSV(B)225.26º36.08%61.96%-
XYZ17.6717.534.79-
YUV115.72151.86117.5-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.01%
GREEN value IS 115 (45.31% from 255) = 30.75%
BLUE value IS 158 (62.11% from 255) = 42.25%
R=27.01%
G=30.75%
B=42.25%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1011151580.360.2700.38225.2622.7150.78
Hex65739E241B026e11733
Octal14516323644330463412763
Binary11001011110011100111101001001101101001101110000110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65739E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65739E; }

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

 H1.HeaderClassName
 {
   color: #65739E;
 }
 .AnyTagClassName
 {
   color: #65739E;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #65739E;
 }
 .BgClassName
 {
   background-color: #65739E;
 }
</style>
border-color css

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

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

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