#612D84

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

Shades of Kingfisher Daisy #612D84

Tints of Kingfisher Daisy #612D84

Color information

#612D84 (or 0x612D84) is unknown color: approx Kingfisher Daisy. HEX triplet: 61, 2D and 84. RGB value is (97,45,132). Sum of RGB (Red+Green+Blue) = 97+45+132=274 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.40% from 274); Green value is 45 (17.97% from 255 or 16.42% from 274); Blue value is 132 (51.95% from 255 or 48.18% from 274); Max value from RGB is 132 - color contains mainly: blue. Hex color #612D84 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #612D84 is #9ED27B. Grayscale: #464646. Windows color (decimal): -10408572 or 8662369. OLE color: 8662369.

HSL color Cylindrical-coordinate representation of color #612D84: hue angle of 275.86º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #612D84 is Cyan = 0.27, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB9745132-
CMYK0.270.6600.48
HSL275.86º49.15%34.71%-
HSV(B)275.86º65.91%51.76%-
XYZ10.036.0822.48-
YUV70.47162.73146.93-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 35.40%
GREEN value IS 45 (17.97% from 255) = 16.42%
BLUE value IS 132 (51.95% from 255) = 48.18%
R=35.40%
G=16.42%
B=48.18%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal97451320.270.6600.48275.8649.1534.71
Hex612D841B420301143123
Octal14155204331020604246143
Binary1100001101101100001001101110000100110000100010100110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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