#603684

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

Shades of Kingfisher Daisy #603684

Tints of Kingfisher Daisy #603684

Color information

#603684 (or 0x603684) is unknown color: approx Kingfisher Daisy. HEX triplet: 60, 36 and 84. RGB value is (96,54,132). Sum of RGB (Red+Green+Blue) = 96+54+132=282 (37% of max value = 765). Red value is 96 (37.89% from 255 or 34.04% from 282); Green value is 54 (21.48% from 255 or 19.15% from 282); Blue value is 132 (51.95% from 255 or 46.81% from 282); Max value from RGB is 132 - color contains mainly: blue. Hex color #603684 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #603684 is #9FC97B. Grayscale: #4B4B4B. Windows color (decimal): -10471804 or 8664672. OLE color: 8664672.

HSL color Cylindrical-coordinate representation of color #603684: hue angle of 272.31º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #603684 is Cyan = 0.27, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB9654132-
CMYK0.270.5900.48
HSL272.31º41.94%36.47%-
HSV(B)272.31º59.09%51.76%-
XYZ10.316.7922.6-
YUV75.45159.91142.66-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 34.04%
GREEN value IS 54 (21.48% from 255) = 19.15%
BLUE value IS 132 (51.95% from 255) = 46.81%
R=34.04%
G=19.15%
B=46.81%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal96541320.270.5900.48272.3141.9436.47
Hex6036841B3B0301102a24
Octal1406620433730604205244
Binary110000011011010000100110111110110110000100010000101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603684; }

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

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

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

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

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

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

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

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