Html Css Color HEX #60389B Daisy Bush

📋 copy color: '#60389B'

red 96 ◦ green 56 ◦ blue 155

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

Shades of Daisy Bush #60389B

Tints of Daisy Bush #60389B

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.24%

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

R = 31.27%
G = 18.24%
B = 50.49%

CMYK

 C value IS 0.38

 M value IS 0.64

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#60389B (or 0x60389B) is known color: Daisy Bush. HEX triplet: 60, 38 and 9B. RGB value is (96,56,155). Sum of RGB (Red+Green+Blue) = 96+56+155=307 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.27% from 307); Green value is 56 (22.27% from 255 or 18.24% from 307); Blue value is 155 (60.94% from 255 or 50.49% from 307); Max value from RGB is 155 - color contains mainly: blue. Hex color #60389B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60389B is #9FC764. Grayscale: #4E4E4E. Windows color (decimal): -10471269 or 10172512. OLE color: 10172512.

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

Color convert

RGB 96 56 155 -
CMYK 0.38 0.64 0 0.39
HSL 264.24º 0.47% 0.41% -
HSV(B) 264.24º 0.64% 0.61% -
XYZ 12.15 7.68 31.85 -
YUV 79.25 170.75 139.95 -
System Red Green Blue C M Y K H S L
Decimal 96 56 155 0.38 0.64 0 0.39 264.24 0.47 0.41
Hex 60 38 9B 26 40 0 27 108 2F 29
Octal 140 70 233 46 100 0 47 410 57 51
Binary 1100000 111000 10011011 100110 1000000 0 100111 100001000 101111 101001

Color Harmonies of #60389B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60389B

Black with #60389B

Text Example


Text Example

White with #60389B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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