#613B84

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

Shades of Kingfisher Daisy #613B84

Tints of Kingfisher Daisy #613B84

Color information

#613B84 (or 0x613B84) is unknown color: approx Kingfisher Daisy. HEX triplet: 61, 3B and 84. RGB value is (97,59,132). Sum of RGB (Red+Green+Blue) = 97+59+132=288 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.68% from 288); Green value is 59 (23.44% from 255 or 20.49% from 288); Blue value is 132 (51.95% from 255 or 45.83% from 288); Max value from RGB is 132 - color contains mainly: blue. Hex color #613B84 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613B84 is #9EC47B. Grayscale: #4E4E4E. Windows color (decimal): -10404988 or 8665953. OLE color: 8665953.

HSL color Cylindrical-coordinate representation of color #613B84: hue angle of 271.23º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #613B84 is Cyan = 0.27, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB9759132-
CMYK0.270.5500.48
HSL271.23º38.22%37.45%-
HSV(B)271.23º55.3%51.76%-
XYZ10.667.3422.68-
YUV78.68158.09141.06-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 33.68%
GREEN value IS 59 (23.44% from 255) = 20.49%
BLUE value IS 132 (51.95% from 255) = 45.83%
R=33.68%
G=20.49%
B=45.83%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal97591320.270.5500.48271.2338.2237.45
Hex613B841B3703010f2625
Octal1417320433670604174645
Binary110000111101110000100110111101110110000100001111100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613B84; }

 p { color: rgb(97,59,132); }

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

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

 a { background-color: rgb(97,59,132); }

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

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

 span { border-color: rgb(97,59,132); }

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