#613585

Color #613585 Kingfisher Daisy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kingfisher Daisy #613585

Tints of Kingfisher Daisy #613585

Color information

#613585 (or 0x613585) is unknown color: approx Kingfisher Daisy. HEX triplet: 61, 35 and 85. RGB value is (97,53,133). Sum of RGB (Red+Green+Blue) = 97+53+133=283 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.28% from 283); Green value is 53 (21.09% from 255 or 18.73% from 283); Blue value is 133 (52.34% from 255 or 47.00% from 283); Max value from RGB is 133 - color contains mainly: blue. Hex color #613585 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613585 is #9ECA7A. Grayscale: #4B4B4B. Windows color (decimal): -10406523 or 8729953. OLE color: 8729953.

HSL color Cylindrical-coordinate representation of color #613585: hue angle of 273º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #613585 is Cyan = 0.27, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB9753133-
CMYK0.270.6000.48
HSL273º43.01%36.47%-
HSV(B)273º60.15%52.16%-
XYZ10.446.7822.95-
YUV75.28160.58143.5-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 34.28%
GREEN value IS 53 (21.09% from 255) = 18.73%
BLUE value IS 133 (52.34% from 255) = 47.00%
R=34.28%
G=18.73%
B=47.00%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal97531330.270.6000.4827343.0136.47
Hex6135851B3C0301112b24
Octal1416520533740604215344
Binary110000111010110000101110111111000110000100010001101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613585; }

 p { color: rgb(97,53,133); }

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

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

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

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

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

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

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