#65719B

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

Shades of Waikawa Grey #65719B

Tints of Waikawa Grey #65719B

Color information

#65719B (or 0x65719B) is unknown color: approx Waikawa Grey. HEX triplet: 65, 71 and 9B. RGB value is (101,113,155). Sum of RGB (Red+Green+Blue) = 101+113+155=369 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.37% from 369); Green value is 113 (44.53% from 255 or 30.62% from 369); Blue value is 155 (60.94% from 255 or 42.01% from 369); Max value from RGB is 155 - color contains mainly: blue. Hex color #65719B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65719B is #9A8E64. Grayscale: #727272. Windows color (decimal): -10128997 or 10187109. OLE color: 10187109.

HSL color Cylindrical-coordinate representation of color #65719B: hue angle of 226.67º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #65719B is Cyan = 0.35, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB101113155-
CMYK0.350.2700.39
HSL226.67º21.26%50.2%-
HSV(B)226.67º34.84%60.78%-
XYZ17.1916.9433.37-
YUV114.2151.02118.58-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.37%
GREEN value IS 113 (44.53% from 255) = 30.62%
BLUE value IS 155 (60.94% from 255) = 42.01%
R=27.37%
G=30.62%
B=42.01%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1011131550.350.2700.39226.6721.2650.2
Hex65719B231B027e31532
Octal14516123343330473432562
Binary11001011110001100110111000111101101001111110001110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65719B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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