#61297B

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

Shades of Kingfisher Daisy #61297B

Tints of Kingfisher Daisy #61297B

Color information

#61297B (or 0x61297B) is unknown color: approx Kingfisher Daisy. HEX triplet: 61, 29 and 7B. RGB value is (97,41,123). Sum of RGB (Red+Green+Blue) = 97+41+123=261 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.16% from 261); Green value is 41 (16.41% from 255 or 15.71% from 261); Blue value is 123 (48.44% from 255 or 47.13% from 261); Max value from RGB is 123 - color contains mainly: blue. Hex color #61297B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61297B is #9ED684. Grayscale: #424242. Windows color (decimal): -10409605 or 8071521. OLE color: 8071521.

HSL color Cylindrical-coordinate representation of color #61297B: hue angle of 280.98º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #61297B is Cyan = 0.21, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB9741123-
CMYK0.210.6700.52
HSL280.98º50%32.16%-
HSV(B)280.98º66.67%48.24%-
XYZ9.35.5619.32-
YUV67.09159.55149.33-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 37.16%
GREEN value IS 41 (16.41% from 255) = 15.71%
BLUE value IS 123 (48.44% from 255) = 47.13%
R=37.16%
G=15.71%
B=47.13%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal97411230.210.6700.52280.985032.16
Hex61297B15430341193220
Octal14151173251030644316240
Binary110000110100111110111010110000110110100100011001110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61297B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,41,123); }

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

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

 a { background-color: rgb(97,41,123); }

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

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

 span { border-color: rgb(97,41,123); }

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