#603082

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

Shades of Kingfisher Daisy #603082

Tints of Kingfisher Daisy #603082

Color information

#603082 (or 0x603082) is unknown color: approx Kingfisher Daisy. HEX triplet: 60, 30 and 82. RGB value is (96,48,130). Sum of RGB (Red+Green+Blue) = 96+48+130=274 (36% of max value = 765). Red value is 96 (37.89% from 255 or 35.04% from 274); Green value is 48 (19.14% from 255 or 17.52% from 274); Blue value is 130 (51.17% from 255 or 47.45% from 274); Max value from RGB is 130 - color contains mainly: blue. Hex color #603082 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #603082 is #9FCF7D. Grayscale: #474747. Windows color (decimal): -10473342 or 8532064. OLE color: 8532064.

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

Color convert

RGB9648130-
CMYK0.260.6300.49
HSL275.12º46.07%34.9%-
HSV(B)275.12º63.08%50.98%-
XYZ9.916.2121.8-
YUV71.7160.9145.33-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 35.04%
GREEN value IS 48 (19.14% from 255) = 17.52%
BLUE value IS 130 (51.17% from 255) = 47.45%
R=35.04%
G=17.52%
B=47.45%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal96481300.260.6300.49275.1246.0734.9
Hex6030821A3F0311132e23
Octal1406020232770614235643
Binary110000011000010000010110101111110110001100010011101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603082; }

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

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

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

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

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

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

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

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