#612E7F

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

Shades of Kingfisher Daisy #612E7F

Tints of Kingfisher Daisy #612E7F

Color information

#612E7F (or 0x612E7F) is unknown color: approx Kingfisher Daisy. HEX triplet: 61, 2E and 7F. RGB value is (97,46,127). Sum of RGB (Red+Green+Blue) = 97+46+127=270 (35% of max value = 765). Red value is 97 (38.28% from 255 or 35.93% from 270); Green value is 46 (18.36% from 255 or 17.04% from 270); Blue value is 127 (50% from 255 or 47.04% from 270); Max value from RGB is 127 - color contains mainly: blue. Hex color #612E7F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612E7F is #9ED180. Grayscale: #464646. Windows color (decimal): -10408321 or 8334945. OLE color: 8334945.

HSL color Cylindrical-coordinate representation of color #612E7F: hue angle of 277.78º degrees, saturation: 0.47, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #612E7F is Cyan = 0.24, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB9746127-
CMYK0.240.6400.50
HSL277.78º46.82%33.92%-
HSV(B)277.78º63.78%49.8%-
XYZ9.746.0320.73-
YUV70.48159.9146.91-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 35.93%
GREEN value IS 46 (18.36% from 255) = 17.04%
BLUE value IS 127 (50% from 255) = 47.04%
R=35.93%
G=17.04%
B=47.04%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal97461270.240.6400.50277.7846.8233.92
Hex612E7F18400321162f22
Octal14156177301000624265742
Binary110000110111011111111100010000000110010100010110101111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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