#612692

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

Shades of Kingfisher Daisy #612692

Tints of Kingfisher Daisy #612692

Color information

#612692 (or 0x612692) is unknown color: approx Kingfisher Daisy. HEX triplet: 61, 26 and 92. RGB value is (97,38,146). Sum of RGB (Red+Green+Blue) = 97+38+146=281 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.52% from 281); Green value is 38 (15.23% from 255 or 13.52% from 281); Blue value is 146 (57.42% from 255 or 51.96% from 281); Max value from RGB is 146 - color contains mainly: blue. Hex color #612692 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #612692 is #9ED96D. Grayscale: #434343. Windows color (decimal): -10410350 or 9578081. OLE color: 9578081.

HSL color Cylindrical-coordinate representation of color #612692: hue angle of 272.78º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #612692 is Cyan = 0.34, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB9738146-
CMYK0.340.7400.43
HSL272.78º58.7%36.08%-
HSV(B)272.78º73.97%57.25%-
XYZ10.81627.78-
YUV67.95172.05148.72-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 34.52%
GREEN value IS 38 (15.23% from 255) = 13.52%
BLUE value IS 146 (57.42% from 255) = 51.96%
R=34.52%
G=13.52%
B=51.96%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal97381460.340.7400.43272.7858.736.08
Hex612692224A02B1113b24
Octal14146222421120534217344
Binary11000011001101001001010001010010100101011100010001111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612692; }

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

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

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

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

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

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

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

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