#612C87

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

Shades of Kingfisher Daisy #612C87

Tints of Kingfisher Daisy #612C87

Color information

#612C87 (or 0x612C87) is unknown color: approx Kingfisher Daisy. HEX triplet: 61, 2C and 87. RGB value is (97,44,135). Sum of RGB (Red+Green+Blue) = 97+44+135=276 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.14% from 276); Green value is 44 (17.58% from 255 or 15.94% from 276); Blue value is 135 (53.12% from 255 or 48.91% from 276); Max value from RGB is 135 - color contains mainly: blue. Hex color #612C87 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #612C87 is #9ED378. Grayscale: #454545. Windows color (decimal): -10408825 or 8858721. OLE color: 8858721.

HSL color Cylindrical-coordinate representation of color #612C87: hue angle of 274.95º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #612C87 is Cyan = 0.28, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB9744135-
CMYK0.280.6700.47
HSL274.95º50.84%35.1%-
HSV(B)274.95º67.41%52.94%-
XYZ10.26.0923.56-
YUV70.22164.56147.1-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 35.14%
GREEN value IS 44 (17.58% from 255) = 15.94%
BLUE value IS 135 (53.12% from 255) = 48.91%
R=35.14%
G=15.94%
B=48.91%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal97441350.280.6700.47274.9550.8435.1
Hex612C871C4302F1133323
Octal14154207341030574236343
Binary1100001101100100001111110010000110101111100010011110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612C87; }

 p { color: rgb(97,44,135); }

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

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

 a { background-color: rgb(97,44,135); }

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

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

 span { border-color: rgb(97,44,135); }

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