#65739F

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

Shades of Waikawa Grey #65739F

Tints of Waikawa Grey #65739F

Color information

#65739F (or 0x65739F) is unknown color: approx Waikawa Grey. HEX triplet: 65, 73 and 9F. RGB value is (101,115,159). Sum of RGB (Red+Green+Blue) = 101+115+159=375 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.93% from 375); Green value is 115 (45.31% from 255 or 30.67% from 375); Blue value is 159 (62.5% from 255 or 42.4% from 375); Max value from RGB is 159 - color contains mainly: blue. Hex color #65739F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65739F is #9A8C60. Grayscale: #737373. Windows color (decimal): -10128481 or 10449765. OLE color: 10449765.

HSL color Cylindrical-coordinate representation of color #65739F: hue angle of 225.52º 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 #65739F is Cyan = 0.36, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB101115159-
CMYK0.360.2800.38
HSL225.52º23.2%50.98%-
HSV(B)225.52º36.48%62.35%-
XYZ17.7617.5335.25-
YUV115.83152.36117.42-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.93%
GREEN value IS 115 (45.31% from 255) = 30.67%
BLUE value IS 159 (62.5% from 255) = 42.4%
R=26.93%
G=30.67%
B=42.4%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1011151590.360.2800.38225.5223.250.98
Hex65739F241C026e21733
Octal14516323744340463422763
Binary11001011110011100111111001001110001001101110001010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65739F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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