#612285

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

Shades of Kingfisher Daisy #612285

Tints of Kingfisher Daisy #612285

Color information

#612285 (or 0x612285) is unknown color: approx Kingfisher Daisy. HEX triplet: 61, 22 and 85. RGB value is (97,34,133). Sum of RGB (Red+Green+Blue) = 97+34+133=264 (34% of max value = 765). Red value is 97 (38.28% from 255 or 36.74% from 264); Green value is 34 (13.67% from 255 or 12.88% from 264); Blue value is 133 (52.34% from 255 or 50.38% from 264); Max value from RGB is 133 - color contains mainly: blue. Hex color #612285 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #612285 is #9EDD7A. Grayscale: #3F3F3F. Windows color (decimal): -10411387 or 8725089. OLE color: 8725089.

HSL color Cylindrical-coordinate representation of color #612285: hue angle of 278.18º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #612285 is Cyan = 0.27, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB9734133-
CMYK0.270.7400.48
HSL278.18º59.28%32.75%-
HSV(B)278.18º74.44%52.16%-
XYZ9.745.3822.72-
YUV64.12166.87151.45-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 36.74%
GREEN value IS 34 (13.67% from 255) = 12.88%
BLUE value IS 133 (52.34% from 255) = 50.38%
R=36.74%
G=12.88%
B=50.38%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal97341330.270.7400.48278.1859.2832.75
Hex6122851B4A0301163b21
Octal14142205331120604267341
Binary1100001100010100001011101110010100110000100010110111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612285; }

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

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

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

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

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

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

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

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