Html Css Color HEX #60428D Daisy Bush

📋 copy color: '#60428D'

red 96 ◦ green 66 ◦ blue 141

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

Shades of Daisy Bush #60428D

Tints of Daisy Bush #60428D

RGB

 RED value IS 96 (37.89% from 255) = 31.68%

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

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

R = 31.68%
G = 21.78%
B = 46.53%

CMYK

 C value IS 0.32

 M value IS 0.53

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#60428D (or 0x60428D) is known color: Daisy Bush. HEX triplet: 60, 42 and 8D. RGB value is (96,66,141). Sum of RGB (Red+Green+Blue) = 96+66+141=303 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.68% from 303); Green value is 66 (26.17% from 255 or 21.78% from 303); Blue value is 141 (55.47% from 255 or 46.53% from 303); Max value from RGB is 141 - color contains mainly: blue. Hex color #60428D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60428D is #9FBD72. Grayscale: #535353. Windows color (decimal): -10468723 or 9257568. OLE color: 9257568.

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

Color convert

RGB 96 66 141 -
CMYK 0.32 0.53 0 0.45
HSL 264º 0.36% 0.41% -
HSV(B) 264º 0.53% 0.55% -
XYZ 11.58 8.31 26.19 -
YUV 83.52 160.44 136.9 -
System Red Green Blue C M Y K H S L
Decimal 96 66 141 0.32 0.53 0 0.45 264 0.36 0.41
Hex 60 42 8D 20 35 0 2D 108 24 29
Octal 140 102 215 40 65 0 55 410 44 51
Binary 1100000 1000010 10001101 100000 110101 0 101101 100001000 100100 101001

Color Harmonies of #60428D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60428D

Black with #60428D

Text Example


Text Example

White with #60428D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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