#61367B

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

Shades of Honey Flower #61367B

Tints of Honey Flower #61367B

Color information

#61367B (or 0x61367B) is unknown color: approx Honey Flower. HEX triplet: 61, 36 and 7B. RGB value is (97,54,123). Sum of RGB (Red+Green+Blue) = 97+54+123=274 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.40% from 274); Green value is 54 (21.48% from 255 or 19.71% from 274); Blue value is 123 (48.44% from 255 or 44.89% from 274); Max value from RGB is 123 - color contains mainly: blue. Hex color #61367B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61367B is #9EC984. Grayscale: #4A4A4A. Windows color (decimal): -10406277 or 8074849. OLE color: 8074849.

HSL color Cylindrical-coordinate representation of color #61367B: hue angle of 277.39º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #61367B is Cyan = 0.21, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB9754123-
CMYK0.210.5600.52
HSL277.39º38.98%34.71%-
HSV(B)277.39º56.1%48.24%-
XYZ9.826.6119.5-
YUV74.72155.25143.89-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 35.40%
GREEN value IS 54 (21.48% from 255) = 19.71%
BLUE value IS 123 (48.44% from 255) = 44.89%
R=35.40%
G=19.71%
B=44.89%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal97541230.210.5600.52277.3938.9834.71
Hex61367B15380341152723
Octal1416617325700644254743
Binary11000011101101111011101011110000110100100010101100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61367B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,54,123); }

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

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

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

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

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

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

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