#61678B

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

Shades of Waikawa Grey #61678B

Tints of Waikawa Grey #61678B

Color information

#61678B (or 0x61678B) is unknown color: approx Waikawa Grey. HEX triplet: 61, 67 and 8B. RGB value is (97,103,139). Sum of RGB (Red+Green+Blue) = 97+103+139=339 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.61% from 339); Green value is 103 (40.62% from 255 or 30.38% from 339); Blue value is 139 (54.69% from 255 or 41.00% from 339); Max value from RGB is 139 - color contains mainly: blue. Hex color #61678B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61678B is #9E9874. Grayscale: #696969. Windows color (decimal): -10393717 or 9135969. OLE color: 9135969.

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

Color convert

RGB97103139-
CMYK0.300.2600.45
HSL231.43º17.8%46.27%-
HSV(B)231.43º30.22%54.51%-
XYZ14.4414.1126.39-
YUV105.31147.01122.07-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.61%
GREEN value IS 103 (40.62% from 255) = 30.38%
BLUE value IS 139 (54.69% from 255) = 41.00%
R=28.61%
G=30.38%
B=41.00%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal971031390.300.2600.45231.4317.846.27
Hex61678B1E1A02De7122e
Octal14114721336320553472256
Binary1100001110011110001011111101101001011011110011110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61678B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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