#617993

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

Shades of Waikawa Grey #617993

Tints of Waikawa Grey #617993

Color information

#617993 (or 0x617993) is unknown color: approx Waikawa Grey. HEX triplet: 61, 79 and 93. RGB value is (97,121,147). Sum of RGB (Red+Green+Blue) = 97+121+147=365 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.58% from 365); Green value is 121 (47.66% from 255 or 33.15% from 365); Blue value is 147 (57.81% from 255 or 40.27% from 365); Max value from RGB is 147 - color contains mainly: blue. Hex color #617993 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617993 is #9E866C. Grayscale: #747474. Windows color (decimal): -10389101 or 9664865. OLE color: 9664865.

HSL color Cylindrical-coordinate representation of color #617993: hue angle of 211.2º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #617993 is Cyan = 0.34, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB97121147-
CMYK0.340.1800.42
HSL211.2º20.49%47.84%-
HSV(B)211.2º34.01%57.65%-
XYZ17.0318.3230.24-
YUV116.79145.05113.89-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.58%
GREEN value IS 121 (47.66% from 255) = 33.15%
BLUE value IS 147 (57.81% from 255) = 40.27%
R=26.58%
G=33.15%
B=40.27%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal971211470.340.1800.42211.220.4947.84
Hex617993221202Ad31430
Octal14117122342220523232460
Binary11000011111001100100111000101001001010101101001110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #617993; }

 p { color: rgb(97,121,147); }

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

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

 a { background-color: rgb(97,121,147); }

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

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

 span { border-color: rgb(97,121,147); }

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