Html Css Color HEX #60448B Daisy Bush

📋 copy color: '#60448B'

red 96 ◦ green 68 ◦ blue 139

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

Shades of Daisy Bush #60448B

Tints of Daisy Bush #60448B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 45.87%

R = 31.68%
G = 22.44%
B = 45.87%

CMYK

 C value IS 0.31

 M value IS 0.51

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#60448B (or 0x60448B) is known color: Daisy Bush. HEX triplet: 60, 44 and 8B. RGB value is (96,68,139). Sum of RGB (Red+Green+Blue) = 96+68+139=303 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.68% from 303); Green value is 68 (26.95% from 255 or 22.44% from 303); Blue value is 139 (54.69% from 255 or 45.87% from 303); Max value from RGB is 139 - color contains mainly: blue. Hex color #60448B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60448B is #9FBB74. Grayscale: #545454. Windows color (decimal): -10468213 or 9127008. OLE color: 9127008.

HSL color Cylindrical-coordinate representation of color #60448B: hue angle of 263.66º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #60448B is Cyan = 0.31, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 96 68 139 -
CMYK 0.31 0.51 0 0.45
HSL 263.66º 0.34% 0.41% -
HSV(B) 263.66º 0.51% 0.55% -
XYZ 11.55 8.49 25.46 -
YUV 84.47 158.78 136.23 -
System Red Green Blue C M Y K H S L
Decimal 96 68 139 0.31 0.51 0 0.45 263.66 0.34 0.41
Hex 60 44 8B 1F 33 0 2D 108 22 29
Octal 140 104 213 37 63 0 55 410 42 51
Binary 1100000 1000100 10001011 11111 110011 0 101101 100001000 100010 101001

Color Harmonies of #60448B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60448B

Black with #60448B

Text Example


Text Example

White with #60448B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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