#614095

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

Shades of Daisy Bush #614095

Tints of Daisy Bush #614095

Color information

#614095 (or 0x614095) is unknown color: approx Daisy Bush. HEX triplet: 61, 40 and 95. RGB value is (97,64,149). Sum of RGB (Red+Green+Blue) = 97+64+149=310 (41% of max value = 765). Red value is 97 (38.28% from 255 or 31.29% from 310); Green value is 64 (25.39% from 255 or 20.65% from 310); Blue value is 149 (58.59% from 255 or 48.06% from 310); Max value from RGB is 149 - color contains mainly: blue. Hex color #614095 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #614095 is #9EBF6A. Grayscale: #535353. Windows color (decimal): -10403691 or 9781345. OLE color: 9781345.

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

Color convert

RGB9764149-
CMYK0.350.5700.42
HSL263.29º39.91%41.76%-
HSV(B)263.29º57.05%58.43%-
XYZ12.198.3829.41-
YUV83.56164.93137.59-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.29%
GREEN value IS 64 (25.39% from 255) = 20.65%
BLUE value IS 149 (58.59% from 255) = 48.06%
R=31.29%
G=20.65%
B=48.06%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal97641490.350.5700.42263.2939.9141.76
Hex614095233902A107282a
Octal14110022543710524075052
Binary11000011000000100101011000111110010101010100000111101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614095; }

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

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

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

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

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

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

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

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