Html Css Color HEX #60479E Daisy Bush

📋 copy color: '#60479E'

red 96 ◦ green 71 ◦ blue 158

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

Shades of Daisy Bush #60479E

Tints of Daisy Bush #60479E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 48.62%

R = 29.54%
G = 21.85%
B = 48.62%

CMYK

 C value IS 0.39

 M value IS 0.55

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#60479E (or 0x60479E) is known color: Daisy Bush. HEX triplet: 60, 47 and 9E. RGB value is (96,71,158). Sum of RGB (Red+Green+Blue) = 96+71+158=325 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.54% from 325); Green value is 71 (28.12% from 255 or 21.85% from 325); Blue value is 158 (62.11% from 255 or 48.62% from 325); Max value from RGB is 158 - color contains mainly: blue. Hex color #60479E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60479E is #9FB861. Grayscale: #585858. Windows color (decimal): -10467426 or 10372960. OLE color: 10372960.

HSL color Cylindrical-coordinate representation of color #60479E: hue angle of 257.24º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #60479E is Cyan = 0.39, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 96 71 158 -
CMYK 0.39 0.55 0 0.38
HSL 257.24º 0.38% 0.45% -
HSV(B) 257.24º 0.55% 0.62% -
XYZ 13.25 9.46 33.48 -
YUV 88.39 167.28 133.43 -
System Red Green Blue C M Y K H S L
Decimal 96 71 158 0.39 0.55 0 0.38 257.24 0.38 0.45
Hex 60 47 9E 27 37 0 26 101 26 2D
Octal 140 107 236 47 67 0 46 401 46 55
Binary 1100000 1000111 10011110 100111 110111 0 100110 100000001 100110 101101

Color Harmonies of #60479E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60479E

Black with #60479E

Text Example


Text Example

White with #60479E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60479E; }

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

 H1.HeaderClassName
 {
   color: #60479E;
 }
 .AnyTagClassName
 {
   color: #60479E;
 }
</style>

background-color css

<style>
 a { background-color: #60479E; }

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

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

border-color css

<style>
 span { border-color: #60479E; }

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

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