#60338B

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

Shades of Kingfisher Daisy #60338B

Tints of Kingfisher Daisy #60338B

Color information

#60338B (or 0x60338B) is unknown color: approx Kingfisher Daisy. HEX triplet: 60, 33 and 8B. RGB value is (96,51,139). Sum of RGB (Red+Green+Blue) = 96+51+139=286 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.57% from 286); Green value is 51 (20.31% from 255 or 17.83% from 286); Blue value is 139 (54.69% from 255 or 48.60% from 286); Max value from RGB is 139 - color contains mainly: blue. Hex color #60338B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60338B is #9FCC74. Grayscale: #4A4A4A. Windows color (decimal): -10472565 or 9122656. OLE color: 9122656.

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

Color convert

RGB9651139-
CMYK0.310.6300.45
HSL270.68º46.32%37.25%-
HSV(B)270.68º63.31%54.51%-
XYZ10.676.7225.16-
YUV74.49164.41143.34-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 33.57%
GREEN value IS 51 (20.31% from 255) = 17.83%
BLUE value IS 139 (54.69% from 255) = 48.60%
R=33.57%
G=17.83%
B=48.60%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal96511390.310.6300.45270.6846.3237.25
Hex60338B1F3F02D10f2e25
Octal1406321337770554175645
Binary110000011001110001011111111111110101101100001111101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60338B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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