Html Css Color HEX #60488E Daisy Bush

📋 copy color: '#60488E'

red 96 ◦ green 72 ◦ blue 142

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

Shades of Daisy Bush #60488E

Tints of Daisy Bush #60488E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.23%

 BLUE value IS 142 (55.86% from 255) = 45.81%

R = 30.97%
G = 23.23%
B = 45.81%

CMYK

 C value IS 0.32

 M value IS 0.49

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#60488E (or 0x60488E) is known color: Daisy Bush. HEX triplet: 60, 48 and 8E. RGB value is (96,72,142). Sum of RGB (Red+Green+Blue) = 96+72+142=310 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.97% from 310); Green value is 72 (28.52% from 255 or 23.23% from 310); Blue value is 142 (55.86% from 255 or 45.81% from 310); Max value from RGB is 142 - color contains mainly: blue. Hex color #60488E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60488E is #9FB771. Grayscale: #565656. Windows color (decimal): -10467186 or 9324640. OLE color: 9324640.

HSL color Cylindrical-coordinate representation of color #60488E: hue angle of 260.57º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #60488E is Cyan = 0.32, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 96 72 142 -
CMYK 0.32 0.49 0 0.44
HSL 260.57º 0.33% 0.42% -
HSV(B) 260.57º 0.49% 0.56% -
XYZ 12.02 9.07 26.71 -
YUV 87.16 158.95 134.31 -
System Red Green Blue C M Y K H S L
Decimal 96 72 142 0.32 0.49 0 0.44 260.57 0.33 0.42
Hex 60 48 8E 20 31 0 2C 105 21 2A
Octal 140 110 216 40 61 0 54 405 41 52
Binary 1100000 1001000 10001110 100000 110001 0 101100 100000101 100001 101010

Color Harmonies of #60488E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60488E

Black with #60488E

Text Example


Text Example

White with #60488E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,72,142); }

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

background-color css

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

 a { background-color: rgb(96,72,142); }

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

border-color css

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

 span { border-color: rgb(96,72,142); }

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