#65468A

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

Shades of Daisy Bush #65468A

Tints of Daisy Bush #65468A

Color information

#65468A (or 0x65468A) is unknown color: approx Daisy Bush. HEX triplet: 65, 46 and 8A. RGB value is (101,70,138). Sum of RGB (Red+Green+Blue) = 101+70+138=309 (40% of max value = 765). Red value is 101 (39.84% from 255 or 32.69% from 309); Green value is 70 (27.73% from 255 or 22.65% from 309); Blue value is 138 (54.30% from 255 or 44.66% from 309); Max value from RGB is 138 - color contains mainly: blue. Hex color #65468A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65468A is #9AB975. Grayscale: #565656. Windows color (decimal): -10140022 or 9061989. OLE color: 9061989.

HSL color Cylindrical-coordinate representation of color #65468A: hue angle of 267.35º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #65468A is Cyan = 0.27, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB10170138-
CMYK0.270.4900.46
HSL267.35º32.69%40.78%-
HSV(B)267.35º49.28%54.12%-
XYZ12.148.9825.14-
YUV87.02156.77137.97-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 32.69%
GREEN value IS 70 (27.73% from 255) = 22.65%
BLUE value IS 138 (54.30% from 255) = 44.66%
R=32.69%
G=22.65%
B=44.66%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal101701380.270.4900.46267.3532.6940.78
Hex65468A1B3102E10b2129
Octal14510621233610564134151
Binary1100101100011010001010110111100010101110100001011100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65468A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65468A; }

 p { color: rgb(101,70,138); }

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

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

 a { background-color: rgb(101,70,138); }

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

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

 span { border-color: rgb(101,70,138); }

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