#613A88

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

Shades of Kingfisher Daisy #613A88

Tints of Kingfisher Daisy #613A88

Color information

#613A88 (or 0x613A88) is unknown color: approx Kingfisher Daisy. HEX triplet: 61, 3A and 88. RGB value is (97,58,136). Sum of RGB (Red+Green+Blue) = 97+58+136=291 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.33% from 291); Green value is 58 (23.05% from 255 or 19.93% from 291); Blue value is 136 (53.52% from 255 or 46.74% from 291); Max value from RGB is 136 - color contains mainly: blue. Hex color #613A88 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613A88 is #9EC577. Grayscale: #4E4E4E. Windows color (decimal): -10405240 or 8927841. OLE color: 8927841.

HSL color Cylindrical-coordinate representation of color #613A88: hue angle of 270º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #613A88 is Cyan = 0.29, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB9758136-
CMYK0.290.5700.47
HSL270º40.21%38.04%-
HSV(B)270º57.35%53.33%-
XYZ10.897.3524.14-
YUV78.55160.42141.16-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 33.33%
GREEN value IS 58 (23.05% from 255) = 19.93%
BLUE value IS 136 (53.52% from 255) = 46.74%
R=33.33%
G=19.93%
B=46.74%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal97581360.290.5700.4727040.2138.04
Hex613A881D3902F10e2826
Octal1417221035710574165046
Binary110000111101010001000111011110010101111100001110101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613A88; }

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

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

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

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

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

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

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

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