#603982

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

Shades of Kingfisher Daisy #603982

Tints of Kingfisher Daisy #603982

Color information

#603982 (or 0x603982) is unknown color: approx Kingfisher Daisy. HEX triplet: 60, 39 and 82. RGB value is (96,57,130). Sum of RGB (Red+Green+Blue) = 96+57+130=283 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.92% from 283); Green value is 57 (22.66% from 255 or 20.14% from 283); Blue value is 130 (51.17% from 255 or 45.94% from 283); Max value from RGB is 130 - color contains mainly: blue. Hex color #603982 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #603982 is #9FC67D. Grayscale: #4C4C4C. Windows color (decimal): -10471038 or 8534368. OLE color: 8534368.

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

Color convert

RGB9657130-
CMYK0.260.5600.49
HSL272.05º39.04%36.67%-
HSV(B)272.05º56.15%50.98%-
XYZ10.327.0221.93-
YUV76.98157.92141.56-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 33.92%
GREEN value IS 57 (22.66% from 255) = 20.14%
BLUE value IS 130 (51.17% from 255) = 45.94%
R=33.92%
G=20.14%
B=45.94%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal96571300.260.5600.49272.0539.0436.67
Hex6039821A380311102725
Octal1407120232700614204745
Binary110000011100110000010110101110000110001100010000100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603982; }

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

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

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

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

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

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

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

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