Html Css Color HEX #68428D Daisy Bush

📋 copy color: '#68428D'

red 104 ◦ green 66 ◦ blue 141

#68428D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Daisy Bush #68428D

Tints of Daisy Bush #68428D

RGB

 RED value IS 104 (41.02% from 255) = 33.44%

 GREEN value IS 66 (26.17% from 255) = 21.22%

 BLUE value IS 141 (55.47% from 255) = 45.34%

R = 33.44%
G = 21.22%
B = 45.34%

CMYK

 C value IS 0.26

 M value IS 0.53

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#68428D (or 0x68428D) is known color: Daisy Bush. HEX triplet: 68, 42 and 8D. RGB value is (104,66,141). Sum of RGB (Red+Green+Blue) = 104+66+141=311 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.44% from 311); Green value is 66 (26.17% from 255 or 21.22% 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 #68428D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68428D is #97BD72. Grayscale: #555555. Windows color (decimal): -9944435 or 9257576. OLE color: 9257576.

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

Color convert

RGB 104 66 141 -
CMYK 0.26 0.53 0 0.45
HSL 270.4º 0.36% 0.41% -
HSV(B) 270.4º 0.53% 0.55% -
XYZ 12.46 8.76 26.23 -
YUV 85.91 159.09 140.9 -
System Red Green Blue C M Y K H S L
Decimal 104 66 141 0.26 0.53 0 0.45 270.4 0.36 0.41
Hex 68 42 8D 1A 35 0 2D 10E 24 29
Octal 150 102 215 32 65 0 55 416 44 51
Binary 1101000 1000010 10001101 11010 110101 0 101101 100001110 100100 101001

Color Harmonies of #68428D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68428D

Black with #68428D

Text Example


Text Example

White with #68428D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,66,141); }

 H1.HeaderClassName
 {
   color: #68428D;
 }
 .AnyTagClassName
 {
   color: #68428D;
 }
</style>

background-color css

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

 a { background-color: rgb(104,66,141); }

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

border-color css

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

 span { border-color: rgb(104,66,141); }

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