#613487

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

Shades of Kingfisher Daisy #613487

Tints of Kingfisher Daisy #613487

Color information

#613487 (or 0x613487) is unknown color: approx Kingfisher Daisy. HEX triplet: 61, 34 and 87. RGB value is (97,52,135). Sum of RGB (Red+Green+Blue) = 97+52+135=284 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.15% from 284); Green value is 52 (20.70% from 255 or 18.31% from 284); Blue value is 135 (53.12% from 255 or 47.54% from 284); Max value from RGB is 135 - color contains mainly: blue. Hex color #613487 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613487 is #9ECB78. Grayscale: #4A4A4A. Windows color (decimal): -10406777 or 8860769. OLE color: 8860769.

HSL color Cylindrical-coordinate representation of color #613487: hue angle of 272.53º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #613487 is Cyan = 0.28, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB9752135-
CMYK0.280.6100.47
HSL272.53º44.39%36.67%-
HSV(B)272.53º61.48%52.94%-
XYZ10.536.7523.67-
YUV74.92161.91143.75-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 34.15%
GREEN value IS 52 (20.70% from 255) = 18.31%
BLUE value IS 135 (53.12% from 255) = 47.54%
R=34.15%
G=18.31%
B=47.54%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal97521350.280.6100.47272.5344.3936.67
Hex6134871C3D02F1112c25
Octal1416420734750574215445
Binary110000111010010000111111001111010101111100010001101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613487; }

 p { color: rgb(97,52,135); }

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

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

 a { background-color: rgb(97,52,135); }

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

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

 span { border-color: rgb(97,52,135); }

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