Html Css Color HEX #60469C Daisy Bush

📋 copy color: '#60469C'

red 96 ◦ green 70 ◦ blue 156

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

Shades of Daisy Bush #60469C

Tints of Daisy Bush #60469C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 48.45%

R = 29.81%
G = 21.74%
B = 48.45%

CMYK

 C value IS 0.38

 M value IS 0.55

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#60469C (or 0x60469C) is known color: Daisy Bush. HEX triplet: 60, 46 and 9C. RGB value is (96,70,156). Sum of RGB (Red+Green+Blue) = 96+70+156=322 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.81% from 322); Green value is 70 (27.73% from 255 or 21.74% from 322); Blue value is 156 (61.33% from 255 or 48.45% from 322); Max value from RGB is 156 - color contains mainly: blue. Hex color #60469C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60469C is #9FB963. Grayscale: #575757. Windows color (decimal): -10467684 or 10241632. OLE color: 10241632.

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

Color convert

RGB 96 70 156 -
CMYK 0.38 0.55 0 0.39
HSL 258.14º 0.38% 0.44% -
HSV(B) 258.14º 0.55% 0.61% -
XYZ 13.01 9.27 32.56 -
YUV 87.58 166.61 134.01 -
System Red Green Blue C M Y K H S L
Decimal 96 70 156 0.38 0.55 0 0.39 258.14 0.38 0.44
Hex 60 46 9C 26 37 0 27 102 26 2C
Octal 140 106 234 46 67 0 47 402 46 54
Binary 1100000 1000110 10011100 100110 110111 0 100111 100000010 100110 101100

Color Harmonies of #60469C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60469C

Black with #60469C

Text Example


Text Example

White with #60469C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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