Html Css Color HEX #60469E Daisy Bush

📋 copy color: '#60469E'

red 96 ◦ green 70 ◦ blue 158

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

Shades of Daisy Bush #60469E

Tints of Daisy Bush #60469E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 48.77%

R = 29.63%
G = 21.6%
B = 48.77%

CMYK

 C value IS 0.39

 M value IS 0.56

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#60469E (or 0x60469E) is known color: Daisy Bush. HEX triplet: 60, 46 and 9E. RGB value is (96,70,158). Sum of RGB (Red+Green+Blue) = 96+70+158=324 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.63% from 324); Green value is 70 (27.73% from 255 or 21.60% from 324); Blue value is 158 (62.11% from 255 or 48.77% from 324); Max value from RGB is 158 - color contains mainly: blue. Hex color #60469E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60469E is #9FB961. Grayscale: #575757. Windows color (decimal): -10467682 or 10372704. OLE color: 10372704.

HSL color Cylindrical-coordinate representation of color #60469E: hue angle of 257.73º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #60469E is Cyan = 0.39, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 96 70 158 -
CMYK 0.39 0.56 0 0.38
HSL 257.73º 0.39% 0.45% -
HSV(B) 257.73º 0.56% 0.62% -
XYZ 13.19 9.34 33.45 -
YUV 87.81 167.61 133.84 -
System Red Green Blue C M Y K H S L
Decimal 96 70 158 0.39 0.56 0 0.38 257.73 0.39 0.45
Hex 60 46 9E 27 38 0 26 102 27 2D
Octal 140 106 236 47 70 0 46 402 47 55
Binary 1100000 1000110 10011110 100111 111000 0 100110 100000010 100111 101101

Color Harmonies of #60469E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60469E

Black with #60469E

Text Example


Text Example

White with #60469E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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