#614093

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

Shades of Daisy Bush #614093

Tints of Daisy Bush #614093

Color information

#614093 (or 0x614093) is unknown color: approx Daisy Bush. HEX triplet: 61, 40 and 93. RGB value is (97,64,147). Sum of RGB (Red+Green+Blue) = 97+64+147=308 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.49% from 308); Green value is 64 (25.39% from 255 or 20.78% from 308); Blue value is 147 (57.81% from 255 or 47.73% from 308); Max value from RGB is 147 - color contains mainly: blue. Hex color #614093 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #614093 is #9EBF6C. Grayscale: #535353. Windows color (decimal): -10403693 or 9650273. OLE color: 9650273.

HSL color Cylindrical-coordinate representation of color #614093: hue angle of 263.86º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #614093 is Cyan = 0.34, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB9764147-
CMYK0.340.5600.42
HSL263.86º39.34%41.37%-
HSV(B)263.86º56.46%57.65%-
XYZ12.038.3128.57-
YUV83.33163.93137.75-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.49%
GREEN value IS 64 (25.39% from 255) = 20.78%
BLUE value IS 147 (57.81% from 255) = 47.73%
R=31.49%
G=20.78%
B=47.73%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal97641470.340.5600.42263.8639.3441.37
Hex614093223802A1082729
Octal14110022342700524104751
Binary11000011000000100100111000101110000101010100001000100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614093; }

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

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

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

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

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

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

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

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