#614A90

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

Shades of Daisy Bush #614A90

Tints of Daisy Bush #614A90

Color information

#614A90 (or 0x614A90) is unknown color: approx Daisy Bush. HEX triplet: 61, 4A and 90. RGB value is (97,74,144). Sum of RGB (Red+Green+Blue) = 97+74+144=315 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.79% from 315); Green value is 74 (29.30% from 255 or 23.49% from 315); Blue value is 144 (56.64% from 255 or 45.71% from 315); Max value from RGB is 144 - color contains mainly: blue. Hex color #614A90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #614A90 is #9EB56F. Grayscale: #585858. Windows color (decimal): -10401136 or 9456225. OLE color: 9456225.

HSL color Cylindrical-coordinate representation of color #614A90: hue angle of 259.71º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #614A90 is Cyan = 0.33, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB9774144-
CMYK0.330.4900.44
HSL259.71º32.11%42.75%-
HSV(B)259.71º48.61%56.47%-
XYZ12.419.4527.56-
YUV88.86159.12133.81-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.79%
GREEN value IS 74 (29.30% from 255) = 23.49%
BLUE value IS 144 (56.64% from 255) = 45.71%
R=30.79%
G=23.49%
B=45.71%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal97741440.330.4900.44259.7132.1142.75
Hex614A90213102C104202b
Octal14111222041610544044053
Binary11000011001010100100001000011100010101100100000100100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614A90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614A90; }

 p { color: rgb(97,74,144); }

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

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

 a { background-color: rgb(97,74,144); }

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

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

 span { border-color: rgb(97,74,144); }

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