#613B75

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

Shades of Honey Flower #613B75

Tints of Honey Flower #613B75

Color information

#613B75 (or 0x613B75) is unknown color: approx Honey Flower. HEX triplet: 61, 3B and 75. RGB value is (97,59,117). Sum of RGB (Red+Green+Blue) = 97+59+117=273 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.53% from 273); Green value is 59 (23.44% from 255 or 21.61% from 273); Blue value is 117 (46.09% from 255 or 42.86% from 273); Max value from RGB is 117 - color contains mainly: blue. Hex color #613B75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613B75 is #9EC48A. Grayscale: #4C4C4C. Windows color (decimal): -10405003 or 7682913. OLE color: 7682913.

HSL color Cylindrical-coordinate representation of color #613B75: hue angle of 279.31º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #613B75 is Cyan = 0.17, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB9759117-
CMYK0.170.5000.54
HSL279.31º32.95%34.51%-
HSV(B)279.31º49.57%45.88%-
XYZ9.76.9517.66-
YUV76.97150.59142.28-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 35.53%
GREEN value IS 59 (23.44% from 255) = 21.61%
BLUE value IS 117 (46.09% from 255) = 42.86%
R=35.53%
G=21.61%
B=42.86%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal97591170.170.5000.54279.3132.9534.51
Hex613B7511320361172123
Octal1417316521620664274143
Binary11000011110111110101100011100100110110100010111100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,59,117); }

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

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

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

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

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

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

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