Html Css Color HEX #60469F Daisy Bush

📋 copy color: '#60469F'

red 96 ◦ green 70 ◦ blue 159

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

Shades of Daisy Bush #60469F

Tints of Daisy Bush #60469F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 48.92%

R = 29.54%
G = 21.54%
B = 48.92%

CMYK

 C value IS 0.40

 M value IS 0.56

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#60469F (or 0x60469F) is known color: Daisy Bush. HEX triplet: 60, 46 and 9F. RGB value is (96,70,159). Sum of RGB (Red+Green+Blue) = 96+70+159=325 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.54% from 325); Green value is 70 (27.73% from 255 or 21.54% from 325); Blue value is 159 (62.5% from 255 or 48.92% from 325); Max value from RGB is 159 - color contains mainly: blue. Hex color #60469F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60469F is #9FB960. Grayscale: #575757. Windows color (decimal): -10467681 or 10438240. OLE color: 10438240.

HSL color Cylindrical-coordinate representation of color #60469F: hue angle of 257.53º 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 #60469F is Cyan = 0.40, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 96 70 159 -
CMYK 0.40 0.56 0 0.38
HSL 257.53º 0.39% 0.45% -
HSV(B) 257.53º 0.56% 0.62% -
XYZ 13.27 9.37 33.91 -
YUV 87.92 168.11 133.76 -
System Red Green Blue C M Y K H S L
Decimal 96 70 159 0.40 0.56 0 0.38 257.53 0.39 0.45
Hex 60 46 9F 28 38 0 26 102 27 2D
Octal 140 106 237 50 70 0 46 402 47 55
Binary 1100000 1000110 10011111 101000 111000 0 100110 100000010 100111 101101

Color Harmonies of #60469F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60469F

Black with #60469F

Text Example


Text Example

White with #60469F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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