#65719F

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

Shades of Waikawa Grey #65719F

Tints of Waikawa Grey #65719F

Color information

#65719F (or 0x65719F) is unknown color: approx Waikawa Grey. HEX triplet: 65, 71 and 9F. RGB value is (101,113,159). Sum of RGB (Red+Green+Blue) = 101+113+159=373 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.08% from 373); Green value is 113 (44.53% from 255 or 30.29% from 373); Blue value is 159 (62.5% from 255 or 42.63% from 373); Max value from RGB is 159 - color contains mainly: blue. Hex color #65719F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65719F is #9A8E60. Grayscale: #727272. Windows color (decimal): -10128993 or 10449253. OLE color: 10449253.

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

Color convert

RGB101113159-
CMYK0.360.2900.38
HSL227.59º23.2%50.98%-
HSV(B)227.59º36.48%62.35%-
XYZ17.5317.0835.17-
YUV114.66153.02118.26-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.08%
GREEN value IS 113 (44.53% from 255) = 30.29%
BLUE value IS 159 (62.5% from 255) = 42.63%
R=27.08%
G=30.29%
B=42.63%

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
Decimal1011131590.360.2900.38227.5923.250.98
Hex65719F241D026e41733
Octal14516123744350463442763
Binary11001011110001100111111001001110101001101110010010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65719F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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