#612690

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

Shades of Kingfisher Daisy #612690

Tints of Kingfisher Daisy #612690

Color information

#612690 (or 0x612690) is unknown color: approx Kingfisher Daisy. HEX triplet: 61, 26 and 90. RGB value is (97,38,144). Sum of RGB (Red+Green+Blue) = 97+38+144=279 (36% of max value = 765). Red value is 97 (38.28% from 255 or 34.77% from 279); Green value is 38 (15.23% from 255 or 13.62% from 279); Blue value is 144 (56.64% from 255 or 51.61% from 279); Max value from RGB is 144 - color contains mainly: blue. Hex color #612690 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #612690 is #9ED96F. Grayscale: #434343. Windows color (decimal): -10410352 or 9447009. OLE color: 9447009.

HSL color Cylindrical-coordinate representation of color #612690: hue angle of 273.4º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #612690 is Cyan = 0.33, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB9738144-
CMYK0.330.7400.44
HSL273.4º58.24%35.69%-
HSV(B)273.4º73.61%56.47%-
XYZ10.665.9426.97-
YUV67.72171.05148.88-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 34.77%
GREEN value IS 38 (15.23% from 255) = 13.62%
BLUE value IS 144 (56.64% from 255) = 51.61%
R=34.77%
G=13.62%
B=51.61%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal97381440.330.7400.44273.458.2435.69
Hex612690214A02C1113a24
Octal14146220411120544217244
Binary11000011001101001000010000110010100101100100010001111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612690; }

 p { color: rgb(97,38,144); }

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

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

 a { background-color: rgb(97,38,144); }

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

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

 span { border-color: rgb(97,38,144); }

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