#67438D

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

Shades of Daisy Bush #67438D

Tints of Daisy Bush #67438D

Color information

#67438D (or 0x67438D) is unknown color: approx Daisy Bush. HEX triplet: 67, 43 and 8D. RGB value is (103,67,141). Sum of RGB (Red+Green+Blue) = 103+67+141=311 (41% of max value = 765). Red value is 103 (40.62% from 255 or 33.12% from 311); Green value is 67 (26.56% from 255 or 21.54% from 311); Blue value is 141 (55.47% from 255 or 45.34% from 311); Max value from RGB is 141 - color contains mainly: blue. Hex color #67438D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #67438D is #98BC72. Grayscale: #555555. Windows color (decimal): -10009715 or 9257831. OLE color: 9257831.

HSL color Cylindrical-coordinate representation of color #67438D: hue angle of 269.19º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #67438D is Cyan = 0.27, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10367141-
CMYK0.270.5200.45
HSL269.19º35.58%40.78%-
HSV(B)269.19º52.48%55.29%-
XYZ12.418.8226.25-
YUV86.2158.93139.98-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 33.12%
GREEN value IS 67 (26.56% from 255) = 21.54%
BLUE value IS 141 (55.47% from 255) = 45.34%
R=33.12%
G=21.54%
B=45.34%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal103671410.270.5200.45269.1935.5840.78
Hex67438D1B3402D10d2429
Octal14710321533640554154451
Binary1100111100001110001101110111101000101101100001101100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67438D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67438D; }

 p { color: rgb(103,67,141); }

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

<style>
 a { background-color: #67438D; }

 a { background-color: rgb(103,67,141); }

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

<style>
 span { border-color: #67438D; }

 span { border-color: rgb(103,67,141); }

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