Html Css Color HEX #60439C Daisy Bush

📋 copy color: '#60439C'

red 96 ◦ green 67 ◦ blue 156

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

Shades of Daisy Bush #60439C

Tints of Daisy Bush #60439C

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21%

 BLUE value IS 156 (61.33% from 255) = 48.9%

R = 30.09%
G = 21%
B = 48.9%

CMYK

 C value IS 0.38

 M value IS 0.57

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#60439C (or 0x60439C) is known color: Daisy Bush. HEX triplet: 60, 43 and 9C. RGB value is (96,67,156). Sum of RGB (Red+Green+Blue) = 96+67+156=319 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30.09% from 319); Green value is 67 (26.56% from 255 or 21.00% from 319); Blue value is 156 (61.33% from 255 or 48.90% from 319); Max value from RGB is 156 - color contains mainly: blue. Hex color #60439C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60439C is #9FBC63. Grayscale: #555555. Windows color (decimal): -10468452 or 10240864. OLE color: 10240864.

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

Color convert

RGB 96 67 156 -
CMYK 0.38 0.57 0 0.39
HSL 259.55º 0.4% 0.44% -
HSV(B) 259.55º 0.57% 0.61% -
XYZ 12.83 8.9 32.49 -
YUV 85.82 167.61 135.26 -
System Red Green Blue C M Y K H S L
Decimal 96 67 156 0.38 0.57 0 0.39 259.55 0.4 0.44
Hex 60 43 9C 26 39 0 27 104 28 2C
Octal 140 103 234 46 71 0 47 404 50 54
Binary 1100000 1000011 10011100 100110 111001 0 100111 100000100 101000 101100

Color Harmonies of #60439C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60439C

Black with #60439C

Text Example


Text Example

White with #60439C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60439C; }

 p { color: rgb(96,67,156); }

 H1.HeaderClassName
 {
   color: #60439C;
 }
 .AnyTagClassName
 {
   color: #60439C;
 }
</style>

background-color css

<style>
 a { background-color: #60439C; }

 a { background-color: rgb(96,67,156); }

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

border-color css

<style>
 span { border-color: #60439C; }

 span { border-color: rgb(96,67,156); }

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