#61347F

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

Shades of Kingfisher Daisy #61347F

Tints of Kingfisher Daisy #61347F

Color information

#61347F (or 0x61347F) is unknown color: approx Kingfisher Daisy. HEX triplet: 61, 34 and 7F. RGB value is (97,52,127). Sum of RGB (Red+Green+Blue) = 97+52+127=276 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.14% from 276); Green value is 52 (20.70% from 255 or 18.84% from 276); Blue value is 127 (50% from 255 or 46.01% from 276); Max value from RGB is 127 - color contains mainly: blue. Hex color #61347F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61347F is #9ECB80. Grayscale: #494949. Windows color (decimal): -10406785 or 8336481. OLE color: 8336481.

HSL color Cylindrical-coordinate representation of color #61347F: hue angle of 276º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #61347F is Cyan = 0.24, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB9752127-
CMYK0.240.5900.50
HSL276º41.9%35.1%-
HSV(B)276º59.06%49.8%-
XYZ9.996.5320.81-
YUV74157.91144.4-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 35.14%
GREEN value IS 52 (20.70% from 255) = 18.84%
BLUE value IS 127 (50% from 255) = 46.01%
R=35.14%
G=18.84%
B=46.01%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal97521270.240.5900.5027641.935.1
Hex61347F183B0321142a23
Octal1416417730730624245243
Binary11000011101001111111110001110110110010100010100101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61347F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61347F; }

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

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

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

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

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

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

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

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