#613684

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

Shades of Kingfisher Daisy #613684

Tints of Kingfisher Daisy #613684

Color information

#613684 (or 0x613684) is unknown color: approx Kingfisher Daisy. HEX triplet: 61, 36 and 84. RGB value is (97,54,132). Sum of RGB (Red+Green+Blue) = 97+54+132=283 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.28% from 283); Green value is 54 (21.48% from 255 or 19.08% from 283); Blue value is 132 (51.95% from 255 or 46.64% from 283); Max value from RGB is 132 - color contains mainly: blue. Hex color #613684 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613684 is #9EC97B. Grayscale: #4B4B4B. Windows color (decimal): -10406268 or 8664673. OLE color: 8664673.

HSL color Cylindrical-coordinate representation of color #613684: hue angle of 273.08º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #613684 is Cyan = 0.27, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB9754132-
CMYK0.270.5900.48
HSL273.08º41.94%36.47%-
HSV(B)273.08º59.09%51.76%-
XYZ10.416.8522.6-
YUV75.75159.75143.16-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 34.28%
GREEN value IS 54 (21.48% from 255) = 19.08%
BLUE value IS 132 (51.95% from 255) = 46.64%
R=34.28%
G=19.08%
B=46.64%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal97541320.270.5900.48273.0841.9436.47
Hex6136841B3B0301112a24
Octal1416620433730604215244
Binary110000111011010000100110111110110110000100010001101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613684; }

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

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

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

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

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

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

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

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