#61417D

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

Shades of Kingfisher Daisy #61417D

Tints of Kingfisher Daisy #61417D

Color information

#61417D (or 0x61417D) is unknown color: approx Kingfisher Daisy. HEX triplet: 61, 41 and 7D. RGB value is (97,65,125). Sum of RGB (Red+Green+Blue) = 97+65+125=287 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.80% from 287); Green value is 65 (25.78% from 255 or 22.65% from 287); Blue value is 125 (49.22% from 255 or 43.55% from 287); Max value from RGB is 125 - color contains mainly: blue. Hex color #61417D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61417D is #9EBE82. Grayscale: #515151. Windows color (decimal): -10403459 or 8208737. OLE color: 8208737.

HSL color Cylindrical-coordinate representation of color #61417D: hue angle of 272º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #61417D is Cyan = 0.22, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB9765125-
CMYK0.220.4800.51
HSL272º31.58%37.25%-
HSV(B)272º48%49.02%-
XYZ10.527.820.35-
YUV81.41152.6139.12-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 33.80%
GREEN value IS 65 (25.78% from 255) = 22.65%
BLUE value IS 125 (49.22% from 255) = 43.55%
R=33.80%
G=22.65%
B=43.55%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal97651250.220.4800.5127231.5837.25
Hex61417D16300331102025
Octal14110117526600634204045
Binary110000110000011111101101101100000110011100010000100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61417D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61417D; }

 p { color: rgb(97,65,125); }

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

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

 a { background-color: rgb(97,65,125); }

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

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

 span { border-color: rgb(97,65,125); }

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