#61618D

Color #61618D Governor Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Governor Bay #61618D

Tints of Governor Bay #61618D

Color information

#61618D (or 0x61618D) is unknown color: approx Governor Bay. HEX triplet: 61, 61 and 8D. RGB value is (97,97,141). Sum of RGB (Red+Green+Blue) = 97+97+141=335 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.96% from 335); Green value is 97 (38.28% from 255 or 28.96% from 335); Blue value is 141 (55.47% from 255 or 42.09% from 335); Max value from RGB is 141 - color contains mainly: blue. Hex color #61618D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61618D is #9E9E72. Grayscale: #656565. Windows color (decimal): -10395251 or 9265505. OLE color: 9265505.

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

Color convert

RGB9797141-
CMYK0.310.3100.45
HSL240º18.49%46.67%-
HSV(B)240º31.21%55.29%-
XYZ14.0113.0126.97-
YUV102.02150124.42-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.96%
GREEN value IS 97 (38.28% from 255) = 28.96%
BLUE value IS 141 (55.47% from 255) = 42.09%
R=28.96%
G=28.96%
B=42.09%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal97971410.310.3100.4524018.4946.67
Hex61618D1F1F02Df0122f
Octal14114121537370553602257
Binary1100001110000110001101111111111101011011111000010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61618D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61618D; }

 p { color: rgb(97,97,141); }

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

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

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

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

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

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

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