#61758F

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

Shades of Waikawa Grey #61758F

Tints of Waikawa Grey #61758F

Color information

#61758F (or 0x61758F) is unknown color: approx Waikawa Grey. HEX triplet: 61, 75 and 8F. RGB value is (97,117,143). Sum of RGB (Red+Green+Blue) = 97+117+143=357 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.17% from 357); Green value is 117 (46.09% from 255 or 32.77% from 357); Blue value is 143 (56.25% from 255 or 40.06% from 357); Max value from RGB is 143 - color contains mainly: blue. Hex color #61758F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61758F is #9E8A70. Grayscale: #717171. Windows color (decimal): -10390129 or 9401697. OLE color: 9401697.

HSL color Cylindrical-coordinate representation of color #61758F: hue angle of 213.91º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #61758F is Cyan = 0.32, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB97117143-
CMYK0.320.1800.44
HSL213.91º19.17%47.06%-
HSV(B)213.91º32.17%56.08%-
XYZ16.2517.2528.46-
YUV113.98144.37115.89-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.17%
GREEN value IS 117 (46.09% from 255) = 32.77%
BLUE value IS 143 (56.25% from 255) = 40.06%
R=27.17%
G=32.77%
B=40.06%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal971171430.320.1800.44213.9119.1747.06
Hex61758F201202Cd6132f
Octal14116521740220543262357
Binary11000011110101100011111000001001001011001101011010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61758F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,117,143); }

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

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

 a { background-color: rgb(97,117,143); }

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

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

 span { border-color: rgb(97,117,143); }

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