Html Css Color HEX #60418B Daisy Bush

📋 copy color: '#60418B'

red 96 ◦ green 65 ◦ blue 139

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

Shades of Daisy Bush #60418B

Tints of Daisy Bush #60418B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.67%

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

R = 32%
G = 21.67%
B = 46.33%

CMYK

 C value IS 0.31

 M value IS 0.53

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#60418B (or 0x60418B) is known color: Daisy Bush. HEX triplet: 60, 41 and 8B. RGB value is (96,65,139). Sum of RGB (Red+Green+Blue) = 96+65+139=300 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32% from 300); Green value is 65 (25.78% from 255 or 21.67% from 300); Blue value is 139 (54.69% from 255 or 46.33% from 300); Max value from RGB is 139 - color contains mainly: blue. Hex color #60418B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60418B is #9FBE74. Grayscale: #525252. Windows color (decimal): -10468981 or 9126240. OLE color: 9126240.

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

Color convert

RGB 96 65 139 -
CMYK 0.31 0.53 0 0.45
HSL 265.14º 0.36% 0.4% -
HSV(B) 265.14º 0.53% 0.55% -
XYZ 11.37 8.13 25.4 -
YUV 82.71 159.77 137.48 -
System Red Green Blue C M Y K H S L
Decimal 96 65 139 0.31 0.53 0 0.45 265.14 0.36 0.4
Hex 60 41 8B 1F 35 0 2D 109 24 28
Octal 140 101 213 37 65 0 55 411 44 50
Binary 1100000 1000001 10001011 11111 110101 0 101101 100001001 100100 101000

Color Harmonies of #60418B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60418B

Black with #60418B

Text Example


Text Example

White with #60418B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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