#67428B

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

Shades of Daisy Bush #67428B

Tints of Daisy Bush #67428B

Color information

#67428B (or 0x67428B) is unknown color: approx Daisy Bush. HEX triplet: 67, 42 and 8B. RGB value is (103,66,139). Sum of RGB (Red+Green+Blue) = 103+66+139=308 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.44% from 308); Green value is 66 (26.17% from 255 or 21.43% from 308); Blue value is 139 (54.69% from 255 or 45.13% from 308); Max value from RGB is 139 - color contains mainly: blue. Hex color #67428B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #67428B is #98BD74. Grayscale: #555555. Windows color (decimal): -10009973 or 9126503. OLE color: 9126503.

HSL color Cylindrical-coordinate representation of color #67428B: hue angle of 270.41º 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 #67428B is Cyan = 0.26, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10366139-
CMYK0.260.5300.45
HSL270.41º35.61%40.2%-
HSV(B)270.41º52.52%54.51%-
XYZ12.28.6425.45-
YUV85.38158.26140.56-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 33.44%
GREEN value IS 66 (26.17% from 255) = 21.43%
BLUE value IS 139 (54.69% from 255) = 45.13%
R=33.44%
G=21.43%
B=45.13%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal103661390.260.5300.45270.4135.6140.2
Hex67428B1A3502D10e2428
Octal14710221332650554164450
Binary1100111100001010001011110101101010101101100001110100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67428B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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