#612F80

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

Shades of Kingfisher Daisy #612F80

Tints of Kingfisher Daisy #612F80

Color information

#612F80 (or 0x612F80) is unknown color: approx Kingfisher Daisy. HEX triplet: 61, 2F and 80. RGB value is (97,47,128). Sum of RGB (Red+Green+Blue) = 97+47+128=272 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.66% from 272); Green value is 47 (18.75% from 255 or 17.28% from 272); Blue value is 128 (50.39% from 255 or 47.06% from 272); Max value from RGB is 128 - color contains mainly: blue. Hex color #612F80 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #612F80 is #9ED07F. Grayscale: #464646. Windows color (decimal): -10408064 or 8400737. OLE color: 8400737.

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

Color convert

RGB9747128-
CMYK0.240.6300.50
HSL277.04º46.29%34.31%-
HSV(B)277.04º63.28%50.2%-
XYZ9.846.1321.09-
YUV71.18160.06146.41-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 35.66%
GREEN value IS 47 (18.75% from 255) = 17.28%
BLUE value IS 128 (50.39% from 255) = 47.06%
R=35.66%
G=17.28%
B=47.06%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal97471280.240.6300.50277.0446.2934.31
Hex612F80183F0321152e22
Octal1415720030770624255642
Binary110000110111110000000110001111110110010100010101101110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,47,128); }

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

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

 a { background-color: rgb(97,47,128); }

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

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

 span { border-color: rgb(97,47,128); }

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