#614584

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

Shades of Daisy Bush #614584

Tints of Daisy Bush #614584

Color information

#614584 (or 0x614584) is unknown color: approx Daisy Bush. HEX triplet: 61, 45 and 84. RGB value is (97,69,132). Sum of RGB (Red+Green+Blue) = 97+69+132=298 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.55% from 298); Green value is 69 (27.34% from 255 or 23.15% from 298); Blue value is 132 (51.95% from 255 or 44.30% from 298); Max value from RGB is 132 - color contains mainly: blue. Hex color #614584 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #614584 is #9EBA7B. Grayscale: #545454. Windows color (decimal): -10402428 or 8668513. OLE color: 8668513.

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

Color convert

RGB9769132-
CMYK0.270.4800.48
HSL266.67º31.34%39.41%-
HSV(B)266.67º47.73%51.76%-
XYZ11.228.4622.87-
YUV84.55154.78136.88-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 32.55%
GREEN value IS 69 (27.34% from 255) = 23.15%
BLUE value IS 132 (51.95% from 255) = 44.30%
R=32.55%
G=23.15%
B=44.30%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal97691320.270.4800.48266.6731.3439.41
Hex6145841B3003010b1f27
Octal14110520433600604133747
Binary110000110001011000010011011110000011000010000101111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614584; }

 p { color: rgb(97,69,132); }

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

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

 a { background-color: rgb(97,69,132); }

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

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

 span { border-color: rgb(97,69,132); }

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