#61668F

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

Shades of Waikawa Grey #61668F

Tints of Waikawa Grey #61668F

Color information

#61668F (or 0x61668F) is unknown color: approx Waikawa Grey. HEX triplet: 61, 66 and 8F. RGB value is (97,102,143). Sum of RGB (Red+Green+Blue) = 97+102+143=342 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.36% from 342); Green value is 102 (40.23% from 255 or 29.82% from 342); Blue value is 143 (56.25% from 255 or 41.81% from 342); Max value from RGB is 143 - color contains mainly: blue. Hex color #61668F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61668F is #9E9970. Grayscale: #696969. Windows color (decimal): -10393969 or 9397857. OLE color: 9397857.

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

Color convert

RGB97102143-
CMYK0.320.2900.44
HSL233.48º19.17%47.06%-
HSV(B)233.48º32.17%56.08%-
XYZ14.6414.0327.92-
YUV105.18149.34122.17-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.36%
GREEN value IS 102 (40.23% from 255) = 29.82%
BLUE value IS 143 (56.25% from 255) = 41.81%
R=28.36%
G=29.82%
B=41.81%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal971021430.320.2900.44233.4819.1747.06
Hex61668F201D02Ce9132f
Octal14114621740350543512357
Binary11000011100110100011111000001110101011001110100110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61668F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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