#603682

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

Shades of Kingfisher Daisy #603682

Tints of Kingfisher Daisy #603682

Color information

#603682 (or 0x603682) is unknown color: approx Kingfisher Daisy. HEX triplet: 60, 36 and 82. RGB value is (96,54,130). Sum of RGB (Red+Green+Blue) = 96+54+130=280 (37% of max value = 765). Red value is 96 (37.89% from 255 or 34.29% from 280); Green value is 54 (21.48% from 255 or 19.29% from 280); Blue value is 130 (51.17% from 255 or 46.43% from 280); Max value from RGB is 130 - color contains mainly: blue. Hex color #603682 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #603682 is #9FC97D. Grayscale: #4A4A4A. Windows color (decimal): -10471806 or 8533600. OLE color: 8533600.

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

Color convert

RGB9654130-
CMYK0.260.5800.49
HSL273.16º41.3%36.08%-
HSV(B)273.16º58.46%50.98%-
XYZ10.176.7421.88-
YUV75.22158.91142.82-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 34.29%
GREEN value IS 54 (21.48% from 255) = 19.29%
BLUE value IS 130 (51.17% from 255) = 46.43%
R=34.29%
G=19.29%
B=46.43%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal96541300.260.5800.49273.1641.336.08
Hex6036821A3A0311112924
Octal1406620232720614215144
Binary110000011011010000010110101110100110001100010001101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603682; }

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

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

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

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

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

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

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

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