#61468A

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

Shades of Daisy Bush #61468A

Tints of Daisy Bush #61468A

Color information

#61468A (or 0x61468A) is unknown color: approx Daisy Bush. HEX triplet: 61, 46 and 8A. RGB value is (97,70,138). Sum of RGB (Red+Green+Blue) = 97+70+138=305 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.80% from 305); Green value is 70 (27.73% from 255 or 22.95% from 305); Blue value is 138 (54.30% from 255 or 45.25% from 305); Max value from RGB is 138 - color contains mainly: blue. Hex color #61468A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #61468A is #9EB975. Grayscale: #555555. Windows color (decimal): -10402166 or 9061985. OLE color: 9061985.

HSL color Cylindrical-coordinate representation of color #61468A: hue angle of 263.82º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #61468A is Cyan = 0.30, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB9770138-
CMYK0.300.4900.46
HSL263.82º32.69%40.78%-
HSV(B)263.82º49.28%54.12%-
XYZ11.718.7625.12-
YUV85.82157.45135.97-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.80%
GREEN value IS 70 (27.73% from 255) = 22.95%
BLUE value IS 138 (54.30% from 255) = 45.25%
R=31.80%
G=22.95%
B=45.25%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal97701380.300.4900.46263.8232.6940.78
Hex61468A1E3102E1082129
Octal14110621236610564104151
Binary1100001100011010001010111101100010101110100001000100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61468A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61468A; }

 p { color: rgb(97,70,138); }

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

<style>
 a { background-color: #61468A; }

 a { background-color: rgb(97,70,138); }

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

<style>
 span { border-color: #61468A; }

 span { border-color: rgb(97,70,138); }

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