#612893

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

Shades of Kingfisher Daisy #612893

Tints of Kingfisher Daisy #612893

Color information

#612893 (or 0x612893) is unknown color: approx Kingfisher Daisy. HEX triplet: 61, 28 and 93. RGB value is (97,40,147). Sum of RGB (Red+Green+Blue) = 97+40+147=284 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.15% from 284); Green value is 40 (16.02% from 255 or 14.08% from 284); Blue value is 147 (57.81% from 255 or 51.76% from 284); Max value from RGB is 147 - color contains mainly: blue. Hex color #612893 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #612893 is #9ED76C. Grayscale: #444444. Windows color (decimal): -10409837 or 9644129. OLE color: 9644129.

HSL color Cylindrical-coordinate representation of color #612893: hue angle of 271.96º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #612893 is Cyan = 0.34, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB9740147-
CMYK0.340.7300.42
HSL271.96º57.22%36.67%-
HSV(B)271.96º72.79%57.65%-
XYZ10.966.1728.22-
YUV69.24171.88147.8-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 34.15%
GREEN value IS 40 (16.02% from 255) = 14.08%
BLUE value IS 147 (57.81% from 255) = 51.76%
R=34.15%
G=14.08%
B=51.76%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal97401470.340.7300.42271.9657.2236.67
Hex612893224902A1103925
Octal14150223421110524207145
Binary11000011010001001001110001010010010101010100010000111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612893; }

 p { color: rgb(97,40,147); }

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

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

 a { background-color: rgb(97,40,147); }

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

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

 span { border-color: rgb(97,40,147); }

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