#614495

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

Shades of Daisy Bush #614495

Tints of Daisy Bush #614495

Color information

#614495 (or 0x614495) is unknown color: approx Daisy Bush. HEX triplet: 61, 44 and 95. RGB value is (97,68,149). Sum of RGB (Red+Green+Blue) = 97+68+149=314 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.89% from 314); Green value is 68 (26.95% from 255 or 21.66% from 314); Blue value is 149 (58.59% from 255 or 47.45% from 314); Max value from RGB is 149 - color contains mainly: blue. Hex color #614495 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #614495 is #9EBB6A. Grayscale: #555555. Windows color (decimal): -10402667 or 9782369. OLE color: 9782369.

HSL color Cylindrical-coordinate representation of color #614495: hue angle of 261.48º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #614495 is Cyan = 0.35, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB9768149-
CMYK0.350.5400.42
HSL261.48º37.33%42.55%-
HSV(B)261.48º54.36%58.43%-
XYZ12.428.8529.49-
YUV85.9163.61135.91-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.89%
GREEN value IS 68 (26.95% from 255) = 21.66%
BLUE value IS 149 (58.59% from 255) = 47.45%
R=30.89%
G=21.66%
B=47.45%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal97681490.350.5400.42261.4837.3342.55
Hex614495233602A105252b
Octal14110422543660524054553
Binary11000011000100100101011000111101100101010100000101100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614495; }

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

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

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

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

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

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

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

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