#613884

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

Shades of Kingfisher Daisy #613884

Tints of Kingfisher Daisy #613884

Color information

#613884 (or 0x613884) is unknown color: approx Kingfisher Daisy. HEX triplet: 61, 38 and 84. RGB value is (97,56,132). Sum of RGB (Red+Green+Blue) = 97+56+132=285 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.04% from 285); Green value is 56 (22.27% from 255 or 19.65% from 285); Blue value is 132 (51.95% from 255 or 46.32% from 285); Max value from RGB is 132 - color contains mainly: blue. Hex color #613884 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613884 is #9EC77B. Grayscale: #4C4C4C. Windows color (decimal): -10405756 or 8665185. OLE color: 8665185.

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

Color convert

RGB9756132-
CMYK0.270.5800.48
HSL272.37º40.43%36.86%-
HSV(B)272.37º57.58%51.76%-
XYZ10.517.0422.63-
YUV76.92159.08142.32-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 34.04%
GREEN value IS 56 (22.27% from 255) = 19.65%
BLUE value IS 132 (51.95% from 255) = 46.32%
R=34.04%
G=19.65%
B=46.32%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal97561320.270.5800.48272.3740.4336.86
Hex6138841B3A0301102825
Octal1417020433720604205045
Binary110000111100010000100110111110100110000100010000101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613884; }

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

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

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

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

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

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

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

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