Html Css Color HEX #60449B Daisy Bush

📋 copy color: '#60449B'

red 96 ◦ green 68 ◦ blue 155

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

Shades of Daisy Bush #60449B

Tints of Daisy Bush #60449B

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.32%

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

R = 30.09%
G = 21.32%
B = 48.59%

CMYK

 C value IS 0.38

 M value IS 0.56

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#60449B (or 0x60449B) is known color: Daisy Bush. HEX triplet: 60, 44 and 9B. RGB value is (96,68,155). Sum of RGB (Red+Green+Blue) = 96+68+155=319 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30.09% from 319); Green value is 68 (26.95% from 255 or 21.32% from 319); Blue value is 155 (60.94% from 255 or 48.59% from 319); Max value from RGB is 155 - color contains mainly: blue. Hex color #60449B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60449B is #9FBB64. Grayscale: #555555. Windows color (decimal): -10468197 or 10175584. OLE color: 10175584.

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

Color convert

RGB 96 68 155 -
CMYK 0.38 0.56 0 0.39
HSL 259.31º 0.39% 0.44% -
HSV(B) 259.31º 0.56% 0.61% -
XYZ 12.81 8.99 32.07 -
YUV 86.29 166.78 134.93 -
System Red Green Blue C M Y K H S L
Decimal 96 68 155 0.38 0.56 0 0.39 259.31 0.39 0.44
Hex 60 44 9B 26 38 0 27 103 27 2C
Octal 140 104 233 46 70 0 47 403 47 54
Binary 1100000 1000100 10011011 100110 111000 0 100111 100000011 100111 101100

Color Harmonies of #60449B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60449B

Black with #60449B

Text Example


Text Example

White with #60449B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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