#614693

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

Shades of Daisy Bush #614693

Tints of Daisy Bush #614693

Color information

#614693 (or 0x614693) is unknown color: approx Daisy Bush. HEX triplet: 61, 46 and 93. RGB value is (97,70,147). Sum of RGB (Red+Green+Blue) = 97+70+147=314 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.89% from 314); Green value is 70 (27.73% from 255 or 22.29% from 314); Blue value is 147 (57.81% from 255 or 46.82% from 314); Max value from RGB is 147 - color contains mainly: blue. Hex color #614693 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #614693 is #9EB96C. Grayscale: #565656. Windows color (decimal): -10402157 or 9651809. OLE color: 9651809.

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

Color convert

RGB9770147-
CMYK0.340.5200.42
HSL261.04º35.48%42.55%-
HSV(B)261.04º52.38%57.65%-
XYZ12.399.0328.69-
YUV86.85161.95135.24-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.89%
GREEN value IS 70 (27.73% from 255) = 22.29%
BLUE value IS 147 (57.81% from 255) = 46.82%
R=30.89%
G=22.29%
B=46.82%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal97701470.340.5200.42261.0435.4842.55
Hex614693223402A105232b
Octal14110622342640524054353
Binary11000011000110100100111000101101000101010100000101100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614693; }

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

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

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

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

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

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

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

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