#61749B

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

Shades of Waikawa Grey #61749B

Tints of Waikawa Grey #61749B

Color information

#61749B (or 0x61749B) is unknown color: approx Waikawa Grey. HEX triplet: 61, 74 and 9B. RGB value is (97,116,155). Sum of RGB (Red+Green+Blue) = 97+116+155=368 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.36% from 368); Green value is 116 (45.70% from 255 or 31.52% from 368); Blue value is 155 (60.94% from 255 or 42.12% from 368); Max value from RGB is 155 - color contains mainly: blue. Hex color #61749B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61749B is #9E8B64. Grayscale: #727272. Windows color (decimal): -10390373 or 10187873. OLE color: 10187873.

HSL color Cylindrical-coordinate representation of color #61749B: hue angle of 220.34º 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 #61749B is Cyan = 0.37, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB97116155-
CMYK0.370.2500.39
HSL220.34º23.02%49.41%-
HSV(B)220.34º37.42%60.78%-
XYZ17.0917.433.47-
YUV114.76150.71115.33-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.36%
GREEN value IS 116 (45.70% from 255) = 31.52%
BLUE value IS 155 (60.94% from 255) = 42.12%
R=26.36%
G=31.52%
B=42.12%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal971161550.370.2500.39220.3423.0249.41
Hex61749B2519027dc1731
Octal14116423345310473342761
Binary11000011110100100110111001011100101001111101110010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61749B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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