#68438C

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

Shades of Daisy Bush #68438C

Tints of Daisy Bush #68438C

Color information

#68438C (or 0x68438C) is unknown color: approx Daisy Bush. HEX triplet: 68, 43 and 8C. RGB value is (104,67,140). Sum of RGB (Red+Green+Blue) = 104+67+140=311 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.44% from 311); Green value is 67 (26.56% from 255 or 21.54% from 311); Blue value is 140 (55.08% from 255 or 45.02% from 311); Max value from RGB is 140 - color contains mainly: blue. Hex color #68438C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68438C is #97BC73. Grayscale: #565656. Windows color (decimal): -9944180 or 9192296. OLE color: 9192296.

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

Color convert

RGB10467140-
CMYK0.260.5200.45
HSL270.41º35.27%40.59%-
HSV(B)270.41º52.14%54.9%-
XYZ12.458.8525.86-
YUV86.38158.26140.56-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.44%
GREEN value IS 67 (26.56% from 255) = 21.54%
BLUE value IS 140 (55.08% from 255) = 45.02%
R=33.44%
G=21.54%
B=45.02%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal104671400.260.5200.45270.4135.2740.59
Hex68438C1A3402D10e2329
Octal15010321432640554164351
Binary1101000100001110001100110101101000101101100001110100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68438C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68438C; }

 p { color: rgb(104,67,140); }

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

<style>
 a { background-color: #68438C; }

 a { background-color: rgb(104,67,140); }

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

<style>
 span { border-color: #68438C; }

 span { border-color: rgb(104,67,140); }

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