#613D84

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

Shades of Kingfisher Daisy #613D84

Tints of Kingfisher Daisy #613D84

Color information

#613D84 (or 0x613D84) is unknown color: approx Kingfisher Daisy. HEX triplet: 61, 3D and 84. RGB value is (97,61,132). Sum of RGB (Red+Green+Blue) = 97+61+132=290 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.45% from 290); Green value is 61 (24.22% from 255 or 21.03% from 290); Blue value is 132 (51.95% from 255 or 45.52% from 290); Max value from RGB is 132 - color contains mainly: blue. Hex color #613D84 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613D84 is #9EC27B. Grayscale: #4F4F4F. Windows color (decimal): -10404476 or 8666465. OLE color: 8666465.

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

Color convert

RGB9761132-
CMYK0.270.5400.48
HSL270.42º36.79%37.84%-
HSV(B)270.42º53.79%51.76%-
XYZ10.767.5422.72-
YUV79.86157.43140.23-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 33.45%
GREEN value IS 61 (24.22% from 255) = 21.03%
BLUE value IS 132 (51.95% from 255) = 45.52%
R=33.45%
G=21.03%
B=45.52%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal97611320.270.5400.48270.4236.7937.84
Hex613D841B3603010e2526
Octal1417520433660604164546
Binary110000111110110000100110111101100110000100001110100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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