#65498E

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

Shades of Daisy Bush #65498E

Tints of Daisy Bush #65498E

Color information

#65498E (or 0x65498E) is unknown color: approx Daisy Bush. HEX triplet: 65, 49 and 8E. RGB value is (101,73,142). Sum of RGB (Red+Green+Blue) = 101+73+142=316 (41% of max value = 765). Red value is 101 (39.84% from 255 or 31.96% from 316); Green value is 73 (28.91% from 255 or 23.10% from 316); Blue value is 142 (55.86% from 255 or 44.94% from 316); Max value from RGB is 142 - color contains mainly: blue. Hex color #65498E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65498E is #9AB671. Grayscale: #585858. Windows color (decimal): -10139250 or 9324901. OLE color: 9324901.

HSL color Cylindrical-coordinate representation of color #65498E: hue angle of 264.35º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #65498E is Cyan = 0.29, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB10173142-
CMYK0.290.4900.44
HSL264.35º32.09%42.16%-
HSV(B)264.35º48.59%55.69%-
XYZ12.639.4826.76-
YUV89.24157.78136.39-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 31.96%
GREEN value IS 73 (28.91% from 255) = 23.10%
BLUE value IS 142 (55.86% from 255) = 44.94%
R=31.96%
G=23.10%
B=44.94%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal101731420.290.4900.44264.3532.0942.16
Hex65498E1D3102C108202a
Octal14511121635610544104052
Binary1100101100100110001110111011100010101100100001000100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65498E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65498E; }

 p { color: rgb(101,73,142); }

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

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

 a { background-color: rgb(101,73,142); }

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

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

 span { border-color: rgb(101,73,142); }

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