#612E84

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

Shades of Kingfisher Daisy #612E84

Tints of Kingfisher Daisy #612E84

Color information

#612E84 (or 0x612E84) is unknown color: approx Kingfisher Daisy. HEX triplet: 61, 2E and 84. RGB value is (97,46,132). Sum of RGB (Red+Green+Blue) = 97+46+132=275 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.27% from 275); Green value is 46 (18.36% from 255 or 16.73% from 275); Blue value is 132 (51.95% from 255 or 48% from 275); Max value from RGB is 132 - color contains mainly: blue. Hex color #612E84 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #612E84 is #9ED17B. Grayscale: #464646. Windows color (decimal): -10408316 or 8662625. OLE color: 8662625.

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

Color convert

RGB9746132-
CMYK0.270.6500.48
HSL275.58º48.31%34.9%-
HSV(B)275.58º65.15%51.76%-
XYZ10.076.1622.49-
YUV71.05162.4146.51-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 35.27%
GREEN value IS 46 (18.36% from 255) = 16.73%
BLUE value IS 132 (51.95% from 255) = 48%
R=35.27%
G=16.73%
B=48%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal97461320.270.6500.48275.5848.3134.9
Hex612E841B410301143023
Octal14156204331010604246043
Binary1100001101110100001001101110000010110000100010100110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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