#60398E

Color #60398E Daisy Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Daisy Bush #60398E

Tints of Daisy Bush #60398E

Color information

#60398E (or 0x60398E) is unknown color: approx Daisy Bush. HEX triplet: 60, 39 and 8E. RGB value is (96,57,142). Sum of RGB (Red+Green+Blue) = 96+57+142=295 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.54% from 295); Green value is 57 (22.66% from 255 or 19.32% from 295); Blue value is 142 (55.86% from 255 or 48.14% from 295); Max value from RGB is 142 - color contains mainly: blue. Hex color #60398E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60398E is #9FC671. Grayscale: #4E4E4E. Windows color (decimal): -10471026 or 9320800. OLE color: 9320800.

HSL color Cylindrical-coordinate representation of color #60398E: hue angle of 267.53º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #60398E is Cyan = 0.32, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB9657142-
CMYK0.320.6000.44
HSL267.53º42.71%39.02%-
HSV(B)267.53º59.86%55.69%-
XYZ11.177.3726.42-
YUV78.35163.92140.59-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32.54%
GREEN value IS 57 (22.66% from 255) = 19.32%
BLUE value IS 142 (55.86% from 255) = 48.14%
R=32.54%
G=19.32%
B=48.14%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal96571420.320.6000.44267.5342.7139.02
Hex60398E203C02C10c2b27
Octal1407121640740544145347
Binary1100000111001100011101000001111000101100100001100101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60398E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #60398E;
 }
 .AnyTagClassName
 {
   color: #60398E;
 }
</style>
background-color css

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

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

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

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

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

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