#69428B

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

Shades of Daisy Bush #69428B

Tints of Daisy Bush #69428B

Color information

#69428B (or 0x69428B) is unknown color: approx Daisy Bush. HEX triplet: 69, 42 and 8B. RGB value is (105,66,139). Sum of RGB (Red+Green+Blue) = 105+66+139=310 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.87% from 310); Green value is 66 (26.17% from 255 or 21.29% from 310); Blue value is 139 (54.69% from 255 or 44.84% from 310); Max value from RGB is 139 - color contains mainly: blue. Hex color #69428B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #69428B is #96BD74. Grayscale: #555555. Windows color (decimal): -9878901 or 9126505. OLE color: 9126505.

HSL color Cylindrical-coordinate representation of color #69428B: hue angle of 272.05º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #69428B is Cyan = 0.24, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10566139-
CMYK0.240.5300.45
HSL272.05º35.61%40.2%-
HSV(B)272.05º52.52%54.51%-
XYZ12.438.7625.46-
YUV85.98157.92141.56-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.87%
GREEN value IS 66 (26.17% from 255) = 21.29%
BLUE value IS 139 (54.69% from 255) = 44.84%
R=33.87%
G=21.29%
B=44.84%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal105661390.240.5300.45272.0535.6140.2
Hex69428B183502D1102428
Octal15110221330650554204450
Binary1101001100001010001011110001101010101101100010000100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69428B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69428B; }

 p { color: rgb(105,66,139); }

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

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

 a { background-color: rgb(105,66,139); }

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

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

 span { border-color: rgb(105,66,139); }

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