#603286

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

Shades of Kingfisher Daisy #603286

Tints of Kingfisher Daisy #603286

Color information

#603286 (or 0x603286) is unknown color: approx Kingfisher Daisy. HEX triplet: 60, 32 and 86. RGB value is (96,50,134). Sum of RGB (Red+Green+Blue) = 96+50+134=280 (37% of max value = 765). Red value is 96 (37.89% from 255 or 34.29% from 280); Green value is 50 (19.92% from 255 or 17.86% from 280); Blue value is 134 (52.73% from 255 or 47.86% from 280); Max value from RGB is 134 - color contains mainly: blue. Hex color #603286 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #603286 is #9FCD79. Grayscale: #494949. Windows color (decimal): -10472826 or 8794720. OLE color: 8794720.

HSL color Cylindrical-coordinate representation of color #603286: hue angle of 272.86º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #603286 is Cyan = 0.28, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB9650134-
CMYK0.280.6300.47
HSL272.86º45.65%36.08%-
HSV(B)272.86º62.69%52.55%-
XYZ10.276.4923.27-
YUV73.33162.24144.17-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 34.29%
GREEN value IS 50 (19.92% from 255) = 17.86%
BLUE value IS 134 (52.73% from 255) = 47.86%
R=34.29%
G=17.86%
B=47.86%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal96501340.280.6300.47272.8645.6536.08
Hex6032861C3F02F1112e24
Octal1406220634770574215644
Binary110000011001010000110111001111110101111100010001101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603286; }

 p { color: rgb(96,50,134); }

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

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

 a { background-color: rgb(96,50,134); }

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

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

 span { border-color: rgb(96,50,134); }

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