Html Css Color HEX #60469A Daisy Bush

📋 copy color: '#60469A'

red 96 ◦ green 70 ◦ blue 154

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

Shades of Daisy Bush #60469A

Tints of Daisy Bush #60469A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.88%

 BLUE value IS 154 (60.55% from 255) = 48.13%

R = 30%
G = 21.88%
B = 48.13%

CMYK

 C value IS 0.38

 M value IS 0.55

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#60469A (or 0x60469A) is known color: Daisy Bush. HEX triplet: 60, 46 and 9A. RGB value is (96,70,154). Sum of RGB (Red+Green+Blue) = 96+70+154=320 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30% from 320); Green value is 70 (27.73% from 255 or 21.88% from 320); Blue value is 154 (60.55% from 255 or 48.12% from 320); Max value from RGB is 154 - color contains mainly: blue. Hex color #60469A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60469A is #9FB965. Grayscale: #575757. Windows color (decimal): -10467686 or 10110560. OLE color: 10110560.

HSL color Cylindrical-coordinate representation of color #60469A: hue angle of 258.57º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #60469A is Cyan = 0.38, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 96 70 154 -
CMYK 0.38 0.55 0 0.40
HSL 258.57º 0.38% 0.44% -
HSV(B) 258.57º 0.55% 0.6% -
XYZ 12.85 9.2 31.67 -
YUV 87.35 165.61 134.17 -
System Red Green Blue C M Y K H S L
Decimal 96 70 154 0.38 0.55 0 0.40 258.57 0.38 0.44
Hex 60 46 9A 26 37 0 28 103 26 2C
Octal 140 106 232 46 67 0 50 403 46 54
Binary 1100000 1000110 10011010 100110 110111 0 101000 100000011 100110 101100

Color Harmonies of #60469A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60469A

Black with #60469A

Text Example


Text Example

White with #60469A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60469A; }

 p { color: rgb(96,70,154); }

 H1.HeaderClassName
 {
   color: #60469A;
 }
 .AnyTagClassName
 {
   color: #60469A;
 }
</style>

background-color css

<style>
 a { background-color: #60469A; }

 a { background-color: rgb(96,70,154); }

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

border-color css

<style>
 span { border-color: #60469A; }

 span { border-color: rgb(96,70,154); }

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