#67488B

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

Shades of Daisy Bush #67488B

Tints of Daisy Bush #67488B

Color information

#67488B (or 0x67488B) is unknown color: approx Daisy Bush. HEX triplet: 67, 48 and 8B. RGB value is (103,72,139). Sum of RGB (Red+Green+Blue) = 103+72+139=314 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.80% from 314); Green value is 72 (28.52% from 255 or 22.93% from 314); Blue value is 139 (54.69% from 255 or 44.27% from 314); Max value from RGB is 139 - color contains mainly: blue. Hex color #67488B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #67488B is #98B774. Grayscale: #585858. Windows color (decimal): -10008437 or 9128039. OLE color: 9128039.

HSL color Cylindrical-coordinate representation of color #67488B: hue angle of 267.76º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #67488B is Cyan = 0.26, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10372139-
CMYK0.260.4800.45
HSL267.76º31.75%41.37%-
HSV(B)267.76º48.2%54.51%-
XYZ12.579.3825.57-
YUV88.91156.27138.05-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 32.80%
GREEN value IS 72 (28.52% from 255) = 22.93%
BLUE value IS 139 (54.69% from 255) = 44.27%
R=32.80%
G=22.93%
B=44.27%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal103721390.260.4800.45267.7631.7541.37
Hex67488B1A3002D10c2029
Octal14711021332600554144051
Binary1100111100100010001011110101100000101101100001100100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67488B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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