#613380

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

Shades of Kingfisher Daisy #613380

Tints of Kingfisher Daisy #613380

Color information

#613380 (or 0x613380) is unknown color: approx Kingfisher Daisy. HEX triplet: 61, 33 and 80. RGB value is (97,51,128). Sum of RGB (Red+Green+Blue) = 97+51+128=276 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.14% from 276); Green value is 51 (20.31% from 255 or 18.48% from 276); Blue value is 128 (50.39% from 255 or 46.38% from 276); Max value from RGB is 128 - color contains mainly: blue. Hex color #613380 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #613380 is #9ECC7F. Grayscale: #494949. Windows color (decimal): -10407040 or 8401761. OLE color: 8401761.

HSL color Cylindrical-coordinate representation of color #613380: hue angle of 275.84º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #613380 is Cyan = 0.24, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB9751128-
CMYK0.240.6000.50
HSL275.84º43.02%35.1%-
HSV(B)275.84º60.16%50.2%-
XYZ10.016.4721.14-
YUV73.53158.74144.74-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 35.14%
GREEN value IS 51 (20.31% from 255) = 18.48%
BLUE value IS 128 (50.39% from 255) = 46.38%
R=35.14%
G=18.48%
B=46.38%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal97511280.240.6000.50275.8443.0235.1
Hex613380183C0321142b23
Octal1416320030740624245343
Binary110000111001110000000110001111000110010100010100101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613380; }

 p { color: rgb(97,51,128); }

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

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

 a { background-color: rgb(97,51,128); }

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

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

 span { border-color: rgb(97,51,128); }

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