#60368D

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

Shades of Daisy Bush #60368D

Tints of Daisy Bush #60368D

Color information

#60368D (or 0x60368D) is unknown color: approx Daisy Bush. HEX triplet: 60, 36 and 8D. RGB value is (96,54,141). Sum of RGB (Red+Green+Blue) = 96+54+141=291 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.99% from 291); Green value is 54 (21.48% from 255 or 18.56% from 291); Blue value is 141 (55.47% from 255 or 48.45% from 291); Max value from RGB is 141 - color contains mainly: blue. Hex color #60368D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60368D is #9FC972. Grayscale: #4C4C4C. Windows color (decimal): -10471795 or 9254496. OLE color: 9254496.

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

Color convert

RGB9654141-
CMYK0.320.6200.45
HSL268.97º44.62%38.24%-
HSV(B)268.97º61.7%55.29%-
XYZ10.957.0525.98-
YUV76.48164.41141.93-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32.99%
GREEN value IS 54 (21.48% from 255) = 18.56%
BLUE value IS 141 (55.47% from 255) = 48.45%
R=32.99%
G=18.56%
B=48.45%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal96541410.320.6200.45268.9744.6238.24
Hex60368D203E02D10d2d26
Octal1406621540760554155546
Binary1100000110110100011011000001111100101101100001101101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60368D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60368D; }

 p { color: rgb(96,54,141); }

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

<style>
 a { background-color: #60368D; }

 a { background-color: rgb(96,54,141); }

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

<style>
 span { border-color: #60368D; }

 span { border-color: rgb(96,54,141); }

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