#61678F

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

Shades of Waikawa Grey #61678F

Tints of Waikawa Grey #61678F

Color information

#61678F (or 0x61678F) is unknown color: approx Waikawa Grey. HEX triplet: 61, 67 and 8F. RGB value is (97,103,143). Sum of RGB (Red+Green+Blue) = 97+103+143=343 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.28% from 343); Green value is 103 (40.62% from 255 or 30.03% from 343); Blue value is 143 (56.25% from 255 or 41.69% from 343); Max value from RGB is 143 - color contains mainly: blue. Hex color #61678F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61678F is #9E9870. Grayscale: #696969. Windows color (decimal): -10393713 or 9398113. OLE color: 9398113.

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

Color convert

RGB97103143-
CMYK0.320.2800.44
HSL232.17º19.17%47.06%-
HSV(B)232.17º32.17%56.08%-
XYZ14.7414.2327.96-
YUV105.77149.01121.75-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.28%
GREEN value IS 103 (40.62% from 255) = 30.03%
BLUE value IS 143 (56.25% from 255) = 41.69%
R=28.28%
G=30.03%
B=41.69%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal971031430.320.2800.44232.1719.1747.06
Hex61678F201C02Ce8132f
Octal14114721740340543502357
Binary11000011100111100011111000001110001011001110100010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61678F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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