#61729B

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

Shades of Waikawa Grey #61729B

Tints of Waikawa Grey #61729B

Color information

#61729B (or 0x61729B) is unknown color: approx Waikawa Grey. HEX triplet: 61, 72 and 9B. RGB value is (97,114,155). Sum of RGB (Red+Green+Blue) = 97+114+155=366 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.50% from 366); Green value is 114 (44.92% from 255 or 31.15% from 366); Blue value is 155 (60.94% from 255 or 42.35% from 366); Max value from RGB is 155 - color contains mainly: blue. Hex color #61729B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61729B is #9E8D64. Grayscale: #717171. Windows color (decimal): -10390885 or 10187361. OLE color: 10187361.

HSL color Cylindrical-coordinate representation of color #61729B: hue angle of 222.41º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #61729B is Cyan = 0.37, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB97114155-
CMYK0.370.2600.39
HSL222.41º23.02%49.41%-
HSV(B)222.41º37.42%60.78%-
XYZ16.8616.9433.39-
YUV113.59151.37116.17-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.50%
GREEN value IS 114 (44.92% from 255) = 31.15%
BLUE value IS 155 (60.94% from 255) = 42.35%
R=26.50%
G=31.15%
B=42.35%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal971141550.370.2600.39222.4123.0249.41
Hex61729B251A027de1731
Octal14116223345320473362761
Binary11000011110010100110111001011101001001111101111010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61729B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,114,155); }

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

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

 a { background-color: rgb(97,114,155); }

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

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

 span { border-color: rgb(97,114,155); }

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