#60469F

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

Shades of Daisy Bush #60469F

Tints of Daisy Bush #60469F

Color information

#60469F (or 0x60469F) is unknown color: approx Daisy Bush. HEX triplet: 60, 46 and 9F. RGB value is (96,70,159). Sum of RGB (Red+Green+Blue) = 96+70+159=325 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.54% from 325); Green value is 70 (27.73% from 255 or 21.54% from 325); Blue value is 159 (62.5% from 255 or 48.92% from 325); Max value from RGB is 159 - color contains mainly: blue. Hex color #60469F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60469F is #9FB960. Grayscale: #575757. Windows color (decimal): -10467681 or 10438240. OLE color: 10438240.

HSL color Cylindrical-coordinate representation of color #60469F: hue angle of 257.53º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #60469F is Cyan = 0.40, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB9670159-
CMYK0.400.5600.38
HSL257.53º38.86%44.9%-
HSV(B)257.53º55.97%62.35%-
XYZ13.279.3733.91-
YUV87.92168.11133.76-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.54%
GREEN value IS 70 (27.73% from 255) = 21.54%
BLUE value IS 159 (62.5% from 255) = 48.92%
R=29.54%
G=21.54%
B=48.92%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal96701590.400.5600.38257.5338.8644.9
Hex60469F2838026102272d
Octal14010623750700464024755
Binary11000001000110100111111010001110000100110100000010100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60469F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60469F; }

 p { color: rgb(96,70,159); }

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

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

 a { background-color: rgb(96,70,159); }

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

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

 span { border-color: rgb(96,70,159); }

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