#613687

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

Shades of Kingfisher Daisy #613687

Tints of Kingfisher Daisy #613687

Color information

#613687 (or 0x613687) is unknown color: approx Kingfisher Daisy. HEX triplet: 61, 36 and 87. RGB value is (97,54,135). Sum of RGB (Red+Green+Blue) = 97+54+135=286 (37% of max value = 765). Red value is 97 (38.28% from 255 or 33.92% from 286); Green value is 54 (21.48% from 255 or 18.88% from 286); Blue value is 135 (53.12% from 255 or 47.20% from 286); Max value from RGB is 135 - color contains mainly: blue. Hex color #613687 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613687 is #9EC978. Grayscale: #4B4B4B. Windows color (decimal): -10406265 or 8861281. OLE color: 8861281.

HSL color Cylindrical-coordinate representation of color #613687: hue angle of 271.85º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #613687 is Cyan = 0.28, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB9754135-
CMYK0.280.6000.47
HSL271.85º42.86%37.06%-
HSV(B)271.85º60%52.94%-
XYZ10.626.9323.7-
YUV76.09161.25142.91-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 33.92%
GREEN value IS 54 (21.48% from 255) = 18.88%
BLUE value IS 135 (53.12% from 255) = 47.20%
R=33.92%
G=18.88%
B=47.20%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal97541350.280.6000.47271.8542.8637.06
Hex6136871C3C02F1102b25
Octal1416620734740574205345
Binary110000111011010000111111001111000101111100010000101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613687; }

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

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

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

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

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

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

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

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