#60449E

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

Shades of Daisy Bush #60449E

Tints of Daisy Bush #60449E

Color information

#60449E (or 0x60449E) is unknown color: approx Daisy Bush. HEX triplet: 60, 44 and 9E. RGB value is (96,68,158). Sum of RGB (Red+Green+Blue) = 96+68+158=322 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.81% from 322); Green value is 68 (26.95% from 255 or 21.12% from 322); Blue value is 158 (62.11% from 255 or 49.07% from 322); Max value from RGB is 158 - color contains mainly: blue. Hex color #60449E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60449E is #9FBB61. Grayscale: #565656. Windows color (decimal): -10468194 or 10372192. OLE color: 10372192.

HSL color Cylindrical-coordinate representation of color #60449E: hue angle of 258.67º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #60449E is Cyan = 0.39, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB9668158-
CMYK0.390.5700.38
HSL258.67º39.82%44.31%-
HSV(B)258.67º56.96%61.96%-
XYZ13.069.0933.41-
YUV86.63168.28134.68-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.81%
GREEN value IS 68 (26.95% from 255) = 21.12%
BLUE value IS 158 (62.11% from 255) = 49.07%
R=29.81%
G=21.12%
B=49.07%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal96681580.390.5700.38258.6739.8244.31
Hex60449E2739026103282c
Octal14010423647710464035054
Binary11000001000100100111101001111110010100110100000011101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60449E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60449E; }

 p { color: rgb(96,68,158); }

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

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

 a { background-color: rgb(96,68,158); }

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

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

 span { border-color: rgb(96,68,158); }

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