Html Css Color HEX #60499B Daisy Bush

📋 copy color: '#60499B'

red 96 ◦ green 73 ◦ blue 155

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

Shades of Daisy Bush #60499B

Tints of Daisy Bush #60499B

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.53%

 BLUE value IS 155 (60.94% from 255) = 47.84%

R = 29.63%
G = 22.53%
B = 47.84%

CMYK

 C value IS 0.38

 M value IS 0.53

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#60499B (or 0x60499B) is known color: Daisy Bush. HEX triplet: 60, 49 and 9B. RGB value is (96,73,155). Sum of RGB (Red+Green+Blue) = 96+73+155=324 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.63% from 324); Green value is 73 (28.91% from 255 or 22.53% from 324); Blue value is 155 (60.94% from 255 or 47.84% from 324); Max value from RGB is 155 - color contains mainly: blue. Hex color #60499B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60499B is #9FB664. Grayscale: #585858. Windows color (decimal): -10466917 or 10176864. OLE color: 10176864.

HSL color Cylindrical-coordinate representation of color #60499B: hue angle of 256.83º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #60499B is Cyan = 0.38, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 96 73 155 -
CMYK 0.38 0.53 0 0.39
HSL 256.83º 0.36% 0.45% -
HSV(B) 256.83º 0.53% 0.61% -
XYZ 13.12 9.62 32.18 -
YUV 89.23 165.12 132.83 -
System Red Green Blue C M Y K H S L
Decimal 96 73 155 0.38 0.53 0 0.39 256.83 0.36 0.45
Hex 60 49 9B 26 35 0 27 101 24 2D
Octal 140 111 233 46 65 0 47 401 44 55
Binary 1100000 1001001 10011011 100110 110101 0 100111 100000001 100100 101101

Color Harmonies of #60499B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60499B

Black with #60499B

Text Example


Text Example

White with #60499B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60499B; }

 p { color: rgb(96,73,155); }

 H1.HeaderClassName
 {
   color: #60499B;
 }
 .AnyTagClassName
 {
   color: #60499B;
 }
</style>

background-color css

<style>
 a { background-color: #60499B; }

 a { background-color: rgb(96,73,155); }

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

border-color css

<style>
 span { border-color: #60499B; }

 span { border-color: rgb(96,73,155); }

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