#613D74

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

Shades of Honey Flower #613D74

Tints of Honey Flower #613D74

Color information

#613D74 (or 0x613D74) is unknown color: approx Honey Flower. HEX triplet: 61, 3D and 74. RGB value is (97,61,116). Sum of RGB (Red+Green+Blue) = 97+61+116=274 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.40% from 274); Green value is 61 (24.22% from 255 or 22.26% from 274); Blue value is 116 (45.70% from 255 or 42.34% from 274); Max value from RGB is 116 - color contains mainly: blue. Hex color #613D74 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613D74 is #9EC28B. Grayscale: #4D4D4D. Windows color (decimal): -10404492 or 7617889. OLE color: 7617889.

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

Color convert

RGB9761116-
CMYK0.160.4700.55
HSL279.27º31.07%34.71%-
HSV(B)279.27º47.41%45.49%-
XYZ9.757.1417.39-
YUV78.03149.43141.53-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 35.40%
GREEN value IS 61 (24.22% from 255) = 22.26%
BLUE value IS 116 (45.70% from 255) = 42.34%
R=35.40%
G=22.26%
B=42.34%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal97611160.160.4700.55279.2731.0734.71
Hex613D74102F0371171f23
Octal1417516420570674273743
Binary1100001111101111010010000101111011011110001011111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613D74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613D74; }

 p { color: rgb(97,61,116); }

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

<style>
 a { background-color: #613D74; }

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

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

<style>
 span { border-color: #613D74; }

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

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