#613988

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

Shades of Kingfisher Daisy #613988

Tints of Kingfisher Daisy #613988

Color information

#613988 (or 0x613988) is unknown color: approx Kingfisher Daisy. HEX triplet: 61, 39 and 88. RGB value is (97,57,136). Sum of RGB (Red+Green+Blue) = 97+57+136=290 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.45% from 290); Green value is 57 (22.66% from 255 or 19.66% from 290); Blue value is 136 (53.52% from 255 or 46.90% from 290); Max value from RGB is 136 - color contains mainly: blue. Hex color #613988 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613988 is #9EC677. Grayscale: #4D4D4D. Windows color (decimal): -10405496 or 8927585. OLE color: 8927585.

HSL color Cylindrical-coordinate representation of color #613988: hue angle of 270.38º 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 #613988 is Cyan = 0.29, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB9757136-
CMYK0.290.5800.47
HSL270.38º40.93%37.84%-
HSV(B)270.38º58.09%53.33%-
XYZ10.847.2524.12-
YUV77.97160.75141.58-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 33.45%
GREEN value IS 57 (22.66% from 255) = 19.66%
BLUE value IS 136 (53.52% from 255) = 46.90%
R=33.45%
G=19.66%
B=46.90%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal97571360.290.5800.47270.3840.9337.84
Hex6139881D3A02F10e2926
Octal1417121035720574165146
Binary110000111100110001000111011110100101111100001110101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613988; }

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

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

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

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

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

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

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

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