#60338E

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

Shades of Kingfisher Daisy #60338E

Tints of Kingfisher Daisy #60338E

Color information

#60338E (or 0x60338E) is unknown color: approx Kingfisher Daisy. HEX triplet: 60, 33 and 8E. RGB value is (96,51,142). Sum of RGB (Red+Green+Blue) = 96+51+142=289 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.22% from 289); Green value is 51 (20.31% from 255 or 17.65% from 289); Blue value is 142 (55.86% from 255 or 49.13% from 289); Max value from RGB is 142 - color contains mainly: blue. Hex color #60338E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60338E is #9FCC71. Grayscale: #4A4A4A. Windows color (decimal): -10472562 or 9319264. OLE color: 9319264.

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

Color convert

RGB9651142-
CMYK0.320.6400.44
HSL269.67º47.15%37.84%-
HSV(B)269.67º64.08%55.69%-
XYZ10.896.8126.33-
YUV74.83165.91143.1-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 33.22%
GREEN value IS 51 (20.31% from 255) = 17.65%
BLUE value IS 142 (55.86% from 255) = 49.13%
R=33.22%
G=17.65%
B=49.13%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal96511420.320.6400.44269.6747.1537.84
Hex60338E204002C10e2f26
Octal14063216401000544165746
Binary11000001100111000111010000010000000101100100001110101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60338E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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