#654A96

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

Shades of Daisy Bush #654A96

Tints of Daisy Bush #654A96

Color information

#654A96 (or 0x654A96) is unknown color: approx Daisy Bush. HEX triplet: 65, 4A and 96. RGB value is (101,74,150). Sum of RGB (Red+Green+Blue) = 101+74+150=325 (43% of max value = 765). Red value is 101 (39.84% from 255 or 31.08% from 325); Green value is 74 (29.30% from 255 or 22.77% from 325); Blue value is 150 (58.98% from 255 or 46.15% from 325); Max value from RGB is 150 - color contains mainly: blue. Hex color #654A96 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #654A96 is #9AB569. Grayscale: #5A5A5A. Windows color (decimal): -10138986 or 9849445. OLE color: 9849445.

HSL color Cylindrical-coordinate representation of color #654A96: hue angle of 261.32º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #654A96 is Cyan = 0.33, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB10174150-
CMYK0.330.5100.41
HSL261.32º33.93%43.92%-
HSV(B)261.32º50.67%58.82%-
XYZ13.329.8730.06-
YUV90.74161.45135.32-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 31.08%
GREEN value IS 74 (29.30% from 255) = 22.77%
BLUE value IS 150 (58.98% from 255) = 46.15%
R=31.08%
G=22.77%
B=46.15%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal101741500.330.5100.41261.3233.9343.92
Hex654A962133029105222c
Octal14511222641630514054254
Binary11001011001010100101101000011100110101001100000101100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #654A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #654A96; }

 p { color: rgb(101,74,150); }

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

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

 a { background-color: rgb(101,74,150); }

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

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

 span { border-color: rgb(101,74,150); }

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