#61486C

Color #61486C Honey Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Honey Flower #61486C

Tints of Honey Flower #61486C

Color information

#61486C (or 0x61486C) is unknown color: approx Honey Flower. HEX triplet: 61, 48 and 6C. RGB value is (97,72,108). Sum of RGB (Red+Green+Blue) = 97+72+108=277 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.02% from 277); Green value is 72 (28.52% from 255 or 25.99% from 277); Blue value is 108 (42.58% from 255 or 38.99% from 277); Max value from RGB is 108 - color contains mainly: blue. Hex color #61486C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61486C is #9EB793. Grayscale: #535353. Windows color (decimal): -10401684 or 7096417. OLE color: 7096417.

HSL color Cylindrical-coordinate representation of color #61486C: hue angle of 281.67º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #61486C is Cyan = 0.10, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB9772108-
CMYK0.100.3300.58
HSL281.67º20%35.29%-
HSV(B)281.67º33.33%42.35%-
XYZ9.958.2615.26-
YUV83.58141.78137.57-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 35.02%
GREEN value IS 72 (28.52% from 255) = 25.99%
BLUE value IS 108 (42.58% from 255) = 38.99%
R=35.02%
G=25.99%
B=38.99%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal97721080.100.3300.58281.672035.29
Hex61486CA2103A11a1423
Octal14111015412410724322443
Binary1100001100100011011001010100001011101010001101010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61486C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,72,108); }

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

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

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

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

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

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

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