#61348B

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

Shades of Kingfisher Daisy #61348B

Tints of Kingfisher Daisy #61348B

Color information

#61348B (or 0x61348B) is unknown color: approx Kingfisher Daisy. HEX triplet: 61, 34 and 8B. RGB value is (97,52,139). Sum of RGB (Red+Green+Blue) = 97+52+139=288 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.68% from 288); Green value is 52 (20.70% from 255 or 18.06% from 288); Blue value is 139 (54.69% from 255 or 48.26% from 288); Max value from RGB is 139 - color contains mainly: blue. Hex color #61348B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #61348B is #9ECB74. Grayscale: #4B4B4B. Windows color (decimal): -10406773 or 9122913. OLE color: 9122913.

HSL color Cylindrical-coordinate representation of color #61348B: hue angle of 271.03º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #61348B is Cyan = 0.30, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9752139-
CMYK0.300.6300.45
HSL271.03º45.55%37.45%-
HSV(B)271.03º62.59%54.51%-
XYZ10.826.8625.18-
YUV75.37163.91143.43-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 33.68%
GREEN value IS 52 (20.70% from 255) = 18.06%
BLUE value IS 139 (54.69% from 255) = 48.26%
R=33.68%
G=18.06%
B=48.26%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal97521390.300.6300.45271.0345.5537.45
Hex61348B1E3F02D10f2e25
Octal1416421336770554175645
Binary110000111010010001011111101111110101101100001111101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61348B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61348B; }

 p { color: rgb(97,52,139); }

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

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

 a { background-color: rgb(97,52,139); }

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

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

 span { border-color: rgb(97,52,139); }

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