#61768F

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

Shades of Waikawa Grey #61768F

Tints of Waikawa Grey #61768F

Color information

#61768F (or 0x61768F) is unknown color: approx Waikawa Grey. HEX triplet: 61, 76 and 8F. RGB value is (97,118,143). Sum of RGB (Red+Green+Blue) = 97+118+143=358 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.09% from 358); Green value is 118 (46.48% from 255 or 32.96% from 358); Blue value is 143 (56.25% from 255 or 39.94% from 358); Max value from RGB is 143 - color contains mainly: blue. Hex color #61768F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61768F is #9E8970. Grayscale: #727272. Windows color (decimal): -10389873 or 9401953. OLE color: 9401953.

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

Color convert

RGB97118143-
CMYK0.320.1700.44
HSL212.61º19.17%47.06%-
HSV(B)212.61º32.17%56.08%-
XYZ16.3717.4828.5-
YUV114.57144.04115.47-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.09%
GREEN value IS 118 (46.48% from 255) = 32.96%
BLUE value IS 143 (56.25% from 255) = 39.94%
R=27.09%
G=32.96%
B=39.94%

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
Decimal971181430.320.1700.44212.6119.1747.06
Hex61768F201102Cd5132f
Octal14116621740210543252357
Binary11000011110110100011111000001000101011001101010110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61768F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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