#612384

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

Shades of Kingfisher Daisy #612384

Tints of Kingfisher Daisy #612384

Color information

#612384 (or 0x612384) is unknown color: approx Kingfisher Daisy. HEX triplet: 61, 23 and 84. RGB value is (97,35,132). Sum of RGB (Red+Green+Blue) = 97+35+132=264 (34% of max value = 765). Red value is 97 (38.28% from 255 or 36.74% from 264); Green value is 35 (14.06% from 255 or 13.26% from 264); Blue value is 132 (51.95% from 255 or 50% from 264); Max value from RGB is 132 - color contains mainly: blue. Hex color #612384 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #612384 is #9EDC7B. Grayscale: #404040. Windows color (decimal): -10411132 or 8659809. OLE color: 8659809.

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

Color convert

RGB9735132-
CMYK0.270.7300.48
HSL278.35º58.08%32.75%-
HSV(B)278.35º73.48%51.76%-
XYZ9.75.4122.36-
YUV64.6166.04151.11-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 36.74%
GREEN value IS 35 (14.06% from 255) = 13.26%
BLUE value IS 132 (51.95% from 255) = 50%
R=36.74%
G=13.26%
B=50%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal97351320.270.7300.48278.3558.0832.75
Hex6123841B490301163a21
Octal14143204331110604267241
Binary1100001100011100001001101110010010110000100010110111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612384; }

 p { color: rgb(97,35,132); }

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

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

 a { background-color: rgb(97,35,132); }

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

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

 span { border-color: rgb(97,35,132); }

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