#613089

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

Shades of Kingfisher Daisy #613089

Tints of Kingfisher Daisy #613089

Color information

#613089 (or 0x613089) is unknown color: approx Kingfisher Daisy. HEX triplet: 61, 30 and 89. RGB value is (97,48,137). Sum of RGB (Red+Green+Blue) = 97+48+137=282 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.40% from 282); Green value is 48 (19.14% from 255 or 17.02% from 282); Blue value is 137 (53.91% from 255 or 48.58% from 282); Max value from RGB is 137 - color contains mainly: blue. Hex color #613089 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613089 is #9ECF76. Grayscale: #484848. Windows color (decimal): -10407799 or 8990817. OLE color: 8990817.

HSL color Cylindrical-coordinate representation of color #613089: hue angle of 273.03º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #613089 is Cyan = 0.29, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB9748137-
CMYK0.290.6500.46
HSL273.03º48.11%36.27%-
HSV(B)273.03º64.96%53.73%-
XYZ10.56.4624.36-
YUV72.8164.23145.26-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 34.40%
GREEN value IS 48 (19.14% from 255) = 17.02%
BLUE value IS 137 (53.91% from 255) = 48.58%
R=34.40%
G=17.02%
B=48.58%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal97481370.290.6500.46273.0348.1136.27
Hex6130891D4102E1113024
Octal14160211351010564216044
Binary1100001110000100010011110110000010101110100010001110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613089; }

 p { color: rgb(97,48,137); }

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

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

 a { background-color: rgb(97,48,137); }

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

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

 span { border-color: rgb(97,48,137); }

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