#614285

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

Shades of Daisy Bush #614285

Tints of Daisy Bush #614285

Color information

#614285 (or 0x614285) is unknown color: approx Daisy Bush. HEX triplet: 61, 42 and 85. RGB value is (97,66,133). Sum of RGB (Red+Green+Blue) = 97+66+133=296 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.77% from 296); Green value is 66 (26.17% from 255 or 22.30% from 296); Blue value is 133 (52.34% from 255 or 44.93% from 296); Max value from RGB is 133 - color contains mainly: blue. Hex color #614285 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #614285 is #9EBD7A. Grayscale: #525252. Windows color (decimal): -10403195 or 8733281. OLE color: 8733281.

HSL color Cylindrical-coordinate representation of color #614285: hue angle of 267.76º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #614285 is Cyan = 0.27, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB9766133-
CMYK0.270.5000.48
HSL267.76º33.67%39.02%-
HSV(B)267.76º50.38%52.16%-
XYZ11.118.1323.17-
YUV82.91156.27138.05-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 32.77%
GREEN value IS 66 (26.17% from 255) = 22.30%
BLUE value IS 133 (52.34% from 255) = 44.93%
R=32.77%
G=22.30%
B=44.93%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal97661330.270.5000.48267.7633.6739.02
Hex6142851B3203010c2227
Octal14110220533620604144247
Binary1100001100001010000101110111100100110000100001100100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614285; }

 p { color: rgb(97,66,133); }

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

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

 a { background-color: rgb(97,66,133); }

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

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

 span { border-color: rgb(97,66,133); }

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