#65709D

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

Shades of Waikawa Grey #65709D

Tints of Waikawa Grey #65709D

Color information

#65709D (or 0x65709D) is unknown color: approx Waikawa Grey. HEX triplet: 65, 70 and 9D. RGB value is (101,112,157). Sum of RGB (Red+Green+Blue) = 101+112+157=370 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.30% from 370); Green value is 112 (44.14% from 255 or 30.27% from 370); Blue value is 157 (61.72% from 255 or 42.43% from 370); Max value from RGB is 157 - color contains mainly: blue. Hex color #65709D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65709D is #9A8F62. Grayscale: #717171. Windows color (decimal): -10129251 or 10317925. OLE color: 10317925.

HSL color Cylindrical-coordinate representation of color #65709D: hue angle of 228.21º degrees, saturation: 0.22, 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 #65709D is Cyan = 0.36, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB101112157-
CMYK0.360.2900.38
HSL228.21º22.22%50.59%-
HSV(B)228.21º35.67%61.57%-
XYZ17.2516.7934.23-
YUV113.84152.36118.84-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.30%
GREEN value IS 112 (44.14% from 255) = 30.27%
BLUE value IS 157 (61.72% from 255) = 42.43%
R=27.30%
G=30.27%
B=42.43%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1011121570.360.2900.38228.2122.2250.59
Hex65709D241D026e41633
Octal14516023544350463442663
Binary11001011110000100111011001001110101001101110010010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65709D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65709D; }

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

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

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

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

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

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

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

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