#60338A

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

Shades of Kingfisher Daisy #60338A

Tints of Kingfisher Daisy #60338A

Color information

#60338A (or 0x60338A) is unknown color: approx Kingfisher Daisy. HEX triplet: 60, 33 and 8A. RGB value is (96,51,138). Sum of RGB (Red+Green+Blue) = 96+51+138=285 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.68% from 285); Green value is 51 (20.31% from 255 or 17.89% from 285); Blue value is 138 (54.30% from 255 or 48.42% from 285); Max value from RGB is 138 - color contains mainly: blue. Hex color #60338A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60338A is #9FCC75. Grayscale: #4A4A4A. Windows color (decimal): -10472566 or 9057120. OLE color: 9057120.

HSL color Cylindrical-coordinate representation of color #60338A: hue angle of 271.03º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #60338A is Cyan = 0.30, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB9651138-
CMYK0.300.6300.46
HSL271.03º46.03%37.06%-
HSV(B)271.03º63.04%54.12%-
XYZ10.66.6924.78-
YUV74.37163.91143.43-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 33.68%
GREEN value IS 51 (20.31% from 255) = 17.89%
BLUE value IS 138 (54.30% from 255) = 48.42%
R=33.68%
G=17.89%
B=48.42%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal96511380.300.6300.46271.0346.0337.06
Hex60338A1E3F02E10f2e25
Octal1406321236770564175645
Binary110000011001110001010111101111110101110100001111101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60338A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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