#613987

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

Shades of Kingfisher Daisy #613987

Tints of Kingfisher Daisy #613987

Color information

#613987 (or 0x613987) is unknown color: approx Kingfisher Daisy. HEX triplet: 61, 39 and 87. RGB value is (97,57,135). Sum of RGB (Red+Green+Blue) = 97+57+135=289 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.56% from 289); Green value is 57 (22.66% from 255 or 19.72% from 289); Blue value is 135 (53.12% from 255 or 46.71% from 289); Max value from RGB is 135 - color contains mainly: blue. Hex color #613987 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613987 is #9EC678. Grayscale: #4D4D4D. Windows color (decimal): -10405497 or 8862049. OLE color: 8862049.

HSL color Cylindrical-coordinate representation of color #613987: hue angle of 270.77º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #613987 is Cyan = 0.28, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB9757135-
CMYK0.280.5800.47
HSL270.77º40.62%37.65%-
HSV(B)270.77º57.78%52.94%-
XYZ10.777.2223.75-
YUV77.85160.25141.66-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 33.56%
GREEN value IS 57 (22.66% from 255) = 19.72%
BLUE value IS 135 (53.12% from 255) = 46.71%
R=33.56%
G=19.72%
B=46.71%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal97571350.280.5800.47270.7740.6237.65
Hex6139871C3A02F10f2926
Octal1417120734720574175146
Binary110000111100110000111111001110100101111100001111101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613987; }

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

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

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

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

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

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

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

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