#61428D

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

Shades of Daisy Bush #61428D

Tints of Daisy Bush #61428D

Color information

#61428D (or 0x61428D) is unknown color: approx Daisy Bush. HEX triplet: 61, 42 and 8D. RGB value is (97,66,141). Sum of RGB (Red+Green+Blue) = 97+66+141=304 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.91% from 304); Green value is 66 (26.17% from 255 or 21.71% from 304); Blue value is 141 (55.47% from 255 or 46.38% from 304); Max value from RGB is 141 - color contains mainly: blue. Hex color #61428D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #61428D is #9EBD72. Grayscale: #535353. Windows color (decimal): -10403187 or 9257569. OLE color: 9257569.

HSL color Cylindrical-coordinate representation of color #61428D: hue angle of 264.8º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #61428D is Cyan = 0.31, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9766141-
CMYK0.310.5300.45
HSL264.8º36.23%40.59%-
HSV(B)264.8º53.19%55.29%-
XYZ11.698.3626.2-
YUV83.82160.27137.4-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.91%
GREEN value IS 66 (26.17% from 255) = 21.71%
BLUE value IS 141 (55.47% from 255) = 46.38%
R=31.91%
G=21.71%
B=46.38%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal97661410.310.5300.45264.836.2340.59
Hex61428D1F3502D1092429
Octal14110221537650554114451
Binary1100001100001010001101111111101010101101100001001100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61428D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61428D; }

 p { color: rgb(97,66,141); }

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

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

 a { background-color: rgb(97,66,141); }

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

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

 span { border-color: rgb(97,66,141); }

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