#612091

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

Shades of Kingfisher Daisy #612091

Tints of Kingfisher Daisy #612091

Color information

#612091 (or 0x612091) is unknown color: approx Kingfisher Daisy. HEX triplet: 61, 20 and 91. RGB value is (97,32,145). Sum of RGB (Red+Green+Blue) = 97+32+145=274 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.40% from 274); Green value is 32 (12.89% from 255 or 11.68% from 274); Blue value is 145 (57.03% from 255 or 52.92% from 274); Max value from RGB is 145 - color contains mainly: blue. Hex color #612091 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #612091 is #9EDF6E. Grayscale: #3F3F3F. Windows color (decimal): -10411887 or 9511009. OLE color: 9511009.

HSL color Cylindrical-coordinate representation of color #612091: hue angle of 274.51º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #612091 is Cyan = 0.33, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB9732145-
CMYK0.330.7800.43
HSL274.51º63.84%34.71%-
HSV(B)274.51º77.93%56.86%-
XYZ10.565.6227.32-
YUV64.32173.53151.31-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 35.40%
GREEN value IS 32 (12.89% from 255) = 11.68%
BLUE value IS 145 (57.03% from 255) = 52.92%
R=35.40%
G=11.68%
B=52.92%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal97321450.330.7800.43274.5163.8434.71
Hex612091214E02B1134023
Octal141402214111605342310043
Binary110000110000010010001100001100111001010111000100111000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612091; }

 p { color: rgb(97,32,145); }

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

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

 a { background-color: rgb(97,32,145); }

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

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

 span { border-color: rgb(97,32,145); }

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