#612B8C

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

Shades of Kingfisher Daisy #612B8C

Tints of Kingfisher Daisy #612B8C

Color information

#612B8C (or 0x612B8C) is unknown color: approx Kingfisher Daisy. HEX triplet: 61, 2B and 8C. RGB value is (97,43,140). Sum of RGB (Red+Green+Blue) = 97+43+140=280 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.64% from 280); Green value is 43 (17.19% from 255 or 15.36% from 280); Blue value is 140 (55.08% from 255 or 50% from 280); Max value from RGB is 140 - color contains mainly: blue. Hex color #612B8C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #612B8C is #9ED473. Grayscale: #454545. Windows color (decimal): -10409076 or 9186145. OLE color: 9186145.

HSL color Cylindrical-coordinate representation of color #612B8C: hue angle of 273.4º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #612B8C is Cyan = 0.31, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9743140-
CMYK0.310.6900.45
HSL273.4º53.01%35.88%-
HSV(B)273.4º69.29%54.9%-
XYZ10.536.1625.45-
YUV70.2167.39147.11-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 34.64%
GREEN value IS 43 (17.19% from 255) = 15.36%
BLUE value IS 140 (55.08% from 255) = 50%
R=34.64%
G=15.36%
B=50%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal97431400.310.6900.45273.453.0135.88
Hex612B8C1F4502D1113524
Octal14153214371050554216544
Binary1100001101011100011001111110001010101101100010001110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612B8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,43,140); }

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

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

 a { background-color: rgb(97,43,140); }

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

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

 span { border-color: rgb(97,43,140); }

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