#61778F

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

Shades of Waikawa Grey #61778F

Tints of Waikawa Grey #61778F

Color information

#61778F (or 0x61778F) is unknown color: approx Waikawa Grey. HEX triplet: 61, 77 and 8F. RGB value is (97,119,143). Sum of RGB (Red+Green+Blue) = 97+119+143=359 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.02% from 359); Green value is 119 (46.88% from 255 or 33.15% from 359); Blue value is 143 (56.25% from 255 or 39.83% from 359); Max value from RGB is 143 - color contains mainly: blue. Hex color #61778F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61778F is #9E8870. Grayscale: #737373. Windows color (decimal): -10389617 or 9402209. OLE color: 9402209.

HSL color Cylindrical-coordinate representation of color #61778F: hue angle of 211.3º 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 #61778F is Cyan = 0.32, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB97119143-
CMYK0.320.1700.44
HSL211.3º19.17%47.06%-
HSV(B)211.3º32.17%56.08%-
XYZ16.4817.7228.54-
YUV115.16143.71115.05-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.02%
GREEN value IS 119 (46.88% from 255) = 33.15%
BLUE value IS 143 (56.25% from 255) = 39.83%
R=27.02%
G=33.15%
B=39.83%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal971191430.320.1700.44211.319.1747.06
Hex61778F201102Cd3132f
Octal14116721740210543232357
Binary11000011110111100011111000001000101011001101001110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61778F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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