#61448E

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

Shades of Daisy Bush #61448E

Tints of Daisy Bush #61448E

Color information

#61448E (or 0x61448E) is unknown color: approx Daisy Bush. HEX triplet: 61, 44 and 8E. RGB value is (97,68,142). Sum of RGB (Red+Green+Blue) = 97+68+142=307 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.60% from 307); Green value is 68 (26.95% from 255 or 22.15% from 307); Blue value is 142 (55.86% from 255 or 46.25% from 307); Max value from RGB is 142 - color contains mainly: blue. Hex color #61448E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #61448E is #9EBB71. Grayscale: #545454. Windows color (decimal): -10402674 or 9323617. OLE color: 9323617.

HSL color Cylindrical-coordinate representation of color #61448E: hue angle of 263.51º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #61448E is Cyan = 0.32, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB9768142-
CMYK0.320.5200.44
HSL263.51º35.24%41.18%-
HSV(B)263.51º52.11%55.69%-
XYZ11.888.6326.63-
YUV85.11160.11136.48-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.60%
GREEN value IS 68 (26.95% from 255) = 22.15%
BLUE value IS 142 (55.86% from 255) = 46.25%
R=31.60%
G=22.15%
B=46.25%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal97681420.320.5200.44263.5135.2441.18
Hex61448E203402C1082329
Octal14110421640640544104351
Binary11000011000100100011101000001101000101100100001000100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61448E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,68,142); }

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

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

 a { background-color: rgb(97,68,142); }

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

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

 span { border-color: rgb(97,68,142); }

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