#61678C

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

Shades of Waikawa Grey #61678C

Tints of Waikawa Grey #61678C

Color information

#61678C (or 0x61678C) is unknown color: approx Waikawa Grey. HEX triplet: 61, 67 and 8C. RGB value is (97,103,140). Sum of RGB (Red+Green+Blue) = 97+103+140=340 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.53% from 340); Green value is 103 (40.62% from 255 or 30.29% from 340); Blue value is 140 (55.08% from 255 or 41.18% from 340); Max value from RGB is 140 - color contains mainly: blue. Hex color #61678C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61678C is #9E9873. Grayscale: #696969. Windows color (decimal): -10393716 or 9201505. OLE color: 9201505.

HSL color Cylindrical-coordinate representation of color #61678C: hue angle of 231.63º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #61678C is Cyan = 0.31, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB97103140-
CMYK0.310.2600.45
HSL231.63º18.14%46.47%-
HSV(B)231.63º30.71%54.9%-
XYZ14.5114.1426.77-
YUV105.42147.51121.99-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.53%
GREEN value IS 103 (40.62% from 255) = 30.29%
BLUE value IS 140 (55.08% from 255) = 41.18%
R=28.53%
G=30.29%
B=41.18%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal971031400.310.2600.45231.6318.1446.47
Hex61678C1F1A02De8122e
Octal14114721437320553502256
Binary1100001110011110001100111111101001011011110100010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61678C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61678C; }

 p { color: rgb(97,103,140); }

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

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

 a { background-color: rgb(97,103,140); }

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

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

 span { border-color: rgb(97,103,140); }

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