#61768E

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

Shades of Waikawa Grey #61768E

Tints of Waikawa Grey #61768E

Color information

#61768E (or 0x61768E) is unknown color: approx Waikawa Grey. HEX triplet: 61, 76 and 8E. RGB value is (97,118,142). Sum of RGB (Red+Green+Blue) = 97+118+142=357 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.17% from 357); Green value is 118 (46.48% from 255 or 33.05% from 357); Blue value is 142 (55.86% from 255 or 39.78% from 357); Max value from RGB is 142 - color contains mainly: blue. Hex color #61768E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61768E is #9E8971. Grayscale: #727272. Windows color (decimal): -10389874 or 9336417. OLE color: 9336417.

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

Color convert

RGB97118142-
CMYK0.320.1700.44
HSL212º18.83%46.86%-
HSV(B)212º31.69%55.69%-
XYZ16.2917.4528.1-
YUV114.46143.54115.55-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.17%
GREEN value IS 118 (46.48% from 255) = 33.05%
BLUE value IS 142 (55.86% from 255) = 39.78%
R=27.17%
G=33.05%
B=39.78%

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
Decimal971181420.320.1700.4421218.8346.86
Hex61768E201102Cd4132f
Octal14116621640210543242357
Binary11000011110110100011101000001000101011001101010010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61768E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61768E; }

 p { color: rgb(97,118,142); }

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

<style>
 a { background-color: #61768E; }

 a { background-color: rgb(97,118,142); }

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

<style>
 span { border-color: #61768E; }

 span { border-color: rgb(97,118,142); }

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