#614682

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

Shades of Daisy Bush #614682

Tints of Daisy Bush #614682

Color information

#614682 (or 0x614682) is unknown color: approx Daisy Bush. HEX triplet: 61, 46 and 82. RGB value is (97,70,130). Sum of RGB (Red+Green+Blue) = 97+70+130=297 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.66% from 297); Green value is 70 (27.73% from 255 or 23.57% from 297); Blue value is 130 (51.17% from 255 or 43.77% from 297); Max value from RGB is 130 - color contains mainly: blue. Hex color #614682 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #614682 is #9EB97D. Grayscale: #545454. Windows color (decimal): -10402174 or 8537697. OLE color: 8537697.

HSL color Cylindrical-coordinate representation of color #614682: hue angle of 267º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #614682 is Cyan = 0.25, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB9770130-
CMYK0.250.4600.49
HSL267º30%39.22%-
HSV(B)267º46.15%50.98%-
XYZ11.158.5322.18-
YUV84.91153.45136.62-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 32.66%
GREEN value IS 70 (27.73% from 255) = 23.57%
BLUE value IS 130 (51.17% from 255) = 43.77%
R=32.66%
G=23.57%
B=43.77%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal97701300.250.4600.492673039.22
Hex614682192E03110b1e27
Octal14110620231560614133647
Binary110000110001101000001011001101110011000110000101111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614682; }

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

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

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

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

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

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

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

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