#61459C

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

Shades of Daisy Bush #61459C

Tints of Daisy Bush #61459C

Color information

#61459C (or 0x61459C) is unknown color: approx Daisy Bush. HEX triplet: 61, 45 and 9C. RGB value is (97,69,156). Sum of RGB (Red+Green+Blue) = 97+69+156=322 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.12% from 322); Green value is 69 (27.34% from 255 or 21.43% from 322); Blue value is 156 (61.33% from 255 or 48.45% from 322); Max value from RGB is 156 - color contains mainly: blue. Hex color #61459C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #61459C is #9EBA63. Grayscale: #565656. Windows color (decimal): -10402404 or 10241377. OLE color: 10241377.

HSL color Cylindrical-coordinate representation of color #61459C: hue angle of 259.31º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #61459C is Cyan = 0.38, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB9769156-
CMYK0.380.5600.39
HSL259.31º38.67%44.12%-
HSV(B)259.31º55.77%61.18%-
XYZ13.069.232.54-
YUV87.29166.78134.93-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.12%
GREEN value IS 69 (27.34% from 255) = 21.43%
BLUE value IS 156 (61.33% from 255) = 48.45%
R=30.12%
G=21.43%
B=48.45%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal97691560.380.5600.39259.3138.6744.12
Hex61459C2638027103272c
Octal14110523446700474034754
Binary11000011000101100111001001101110000100111100000011100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61459C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61459C; }

 p { color: rgb(97,69,156); }

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

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

 a { background-color: rgb(97,69,156); }

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

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

 span { border-color: rgb(97,69,156); }

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