#60419B

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

Shades of Daisy Bush #60419B

Tints of Daisy Bush #60419B

Color information

#60419B (or 0x60419B) is unknown color: approx Daisy Bush. HEX triplet: 60, 41 and 9B. RGB value is (96,65,155). Sum of RGB (Red+Green+Blue) = 96+65+155=316 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.38% from 316); Green value is 65 (25.78% from 255 or 20.57% from 316); Blue value is 155 (60.94% from 255 or 49.05% from 316); Max value from RGB is 155 - color contains mainly: blue. Hex color #60419B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60419B is #9FBE64. Grayscale: #545454. Windows color (decimal): -10468965 or 10174816. OLE color: 10174816.

HSL color Cylindrical-coordinate representation of color #60419B: hue angle of 260.67º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #60419B is Cyan = 0.38, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB9665155-
CMYK0.380.5800.39
HSL260.67º40.91%43.14%-
HSV(B)260.67º58.06%60.78%-
XYZ12.638.6332.01-
YUV84.53167.77136.18-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.38%
GREEN value IS 65 (25.78% from 255) = 20.57%
BLUE value IS 155 (60.94% from 255) = 49.05%
R=30.38%
G=20.57%
B=49.05%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal96651550.380.5800.39260.6740.9143.14
Hex60419B263A027105292b
Octal14010123346720474055153
Binary11000001000001100110111001101110100100111100000101101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60419B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60419B; }

 p { color: rgb(96,65,155); }

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

<style>
 a { background-color: #60419B; }

 a { background-color: rgb(96,65,155); }

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

<style>
 span { border-color: #60419B; }

 span { border-color: rgb(96,65,155); }

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