Html Css Color HEX #60478D Daisy Bush

📋 copy color: '#60478D'

red 96 ◦ green 71 ◦ blue 141

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

Shades of Daisy Bush #60478D

Tints of Daisy Bush #60478D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.05%

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

R = 31.17%
G = 23.05%
B = 45.78%

CMYK

 C value IS 0.32

 M value IS 0.50

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#60478D (or 0x60478D) is known color: Daisy Bush. HEX triplet: 60, 47 and 8D. RGB value is (96,71,141). Sum of RGB (Red+Green+Blue) = 96+71+141=308 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.17% from 308); Green value is 71 (28.12% from 255 or 23.05% from 308); Blue value is 141 (55.47% from 255 or 45.78% from 308); Max value from RGB is 141 - color contains mainly: blue. Hex color #60478D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60478D is #9FB872. Grayscale: #565656. Windows color (decimal): -10467443 or 9258848. OLE color: 9258848.

HSL color Cylindrical-coordinate representation of color #60478D: hue angle of 261.43º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #60478D is Cyan = 0.32, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 96 71 141 -
CMYK 0.32 0.50 0 0.45
HSL 261.43º 0.33% 0.42% -
HSV(B) 261.43º 0.5% 0.55% -
XYZ 11.88 8.92 26.29 -
YUV 86.46 158.78 134.81 -
System Red Green Blue C M Y K H S L
Decimal 96 71 141 0.32 0.50 0 0.45 261.43 0.33 0.42
Hex 60 47 8D 20 32 0 2D 105 21 2A
Octal 140 107 215 40 62 0 55 405 41 52
Binary 1100000 1000111 10001101 100000 110010 0 101101 100000101 100001 101010

Color Harmonies of #60478D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60478D

Black with #60478D

Text Example


Text Example

White with #60478D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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