#603382

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

Shades of Kingfisher Daisy #603382

Tints of Kingfisher Daisy #603382

Color information

#603382 (or 0x603382) is unknown color: approx Kingfisher Daisy. HEX triplet: 60, 33 and 82. RGB value is (96,51,130). Sum of RGB (Red+Green+Blue) = 96+51+130=277 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.66% from 277); Green value is 51 (20.31% from 255 or 18.41% from 277); Blue value is 130 (51.17% from 255 or 46.93% from 277); Max value from RGB is 130 - color contains mainly: blue. Hex color #603382 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #603382 is #9FCC7D. Grayscale: #494949. Windows color (decimal): -10472574 or 8532832. OLE color: 8532832.

HSL color Cylindrical-coordinate representation of color #603382: hue angle of 274.18º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #603382 is Cyan = 0.26, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB9651130-
CMYK0.260.6100.49
HSL274.18º43.65%35.49%-
HSV(B)274.18º60.77%50.98%-
XYZ10.046.4721.84-
YUV73.46159.91144.08-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 34.66%
GREEN value IS 51 (20.31% from 255) = 18.41%
BLUE value IS 130 (51.17% from 255) = 46.93%
R=34.66%
G=18.41%
B=46.93%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal96511300.260.6100.49274.1843.6535.49
Hex6033821A3D0311122c23
Octal1406320232750614225443
Binary110000011001110000010110101111010110001100010010101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603382; }

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

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

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

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

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

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

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

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