#614881

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

Shades of Daisy Bush #614881

Tints of Daisy Bush #614881

Color information

#614881 (or 0x614881) is unknown color: approx Daisy Bush. HEX triplet: 61, 48 and 81. RGB value is (97,72,129). Sum of RGB (Red+Green+Blue) = 97+72+129=298 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.55% from 298); Green value is 72 (28.52% from 255 or 24.16% from 298); Blue value is 129 (50.78% from 255 or 43.29% from 298); Max value from RGB is 129 - color contains mainly: blue. Hex color #614881 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #614881 is #9EB77E. Grayscale: #555555. Windows color (decimal): -10401663 or 8472673. OLE color: 8472673.

HSL color Cylindrical-coordinate representation of color #614881: hue angle of 266.32º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #614881 is Cyan = 0.25, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB9772129-
CMYK0.250.4400.49
HSL266.32º28.36%39.41%-
HSV(B)266.32º44.19%50.59%-
XYZ11.218.7621.87-
YUV85.97152.28135.87-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 32.55%
GREEN value IS 72 (28.52% from 255) = 24.16%
BLUE value IS 129 (50.78% from 255) = 43.29%
R=32.55%
G=24.16%
B=43.29%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal97721290.250.4400.49266.3228.3639.41
Hex614881192C03110a1c27
Octal14111020131540614123447
Binary110000110010001000000111001101100011000110000101011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614881; }

 p { color: rgb(97,72,129); }

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

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

 a { background-color: rgb(97,72,129); }

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

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

 span { border-color: rgb(97,72,129); }

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