#603380

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

Shades of Kingfisher Daisy #603380

Tints of Kingfisher Daisy #603380

Color information

#603380 (or 0x603380) is unknown color: approx Kingfisher Daisy. HEX triplet: 60, 33 and 80. RGB value is (96,51,128). Sum of RGB (Red+Green+Blue) = 96+51+128=275 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.91% from 275); Green value is 51 (20.31% from 255 or 18.55% from 275); Blue value is 128 (50.39% from 255 or 46.55% from 275); Max value from RGB is 128 - color contains mainly: blue. Hex color #603380 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #603380 is #9FCC7F. Grayscale: #484848. Windows color (decimal): -10472576 or 8401760. OLE color: 8401760.

HSL color Cylindrical-coordinate representation of color #603380: hue angle of 275.06º 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 #603380 is Cyan = 0.25, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB9651128-
CMYK0.250.6000.50
HSL275.06º43.02%35.1%-
HSV(B)275.06º60.16%50.2%-
XYZ9.96.4121.14-
YUV73.23158.91144.24-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 34.91%
GREEN value IS 51 (20.31% from 255) = 18.55%
BLUE value IS 128 (50.39% from 255) = 46.55%
R=34.91%
G=18.55%
B=46.55%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal96511280.250.6000.50275.0643.0235.1
Hex603380193C0321132b23
Octal1406320031740624235343
Binary110000011001110000000110011111000110010100010011101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603380; }

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

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

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

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

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

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

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

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