#60378B

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

Shades of Kingfisher Daisy #60378B

Tints of Kingfisher Daisy #60378B

Color information

#60378B (or 0x60378B) is unknown color: approx Kingfisher Daisy. HEX triplet: 60, 37 and 8B. RGB value is (96,55,139). Sum of RGB (Red+Green+Blue) = 96+55+139=290 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.10% from 290); Green value is 55 (21.88% from 255 or 18.97% from 290); Blue value is 139 (54.69% from 255 or 47.93% from 290); Max value from RGB is 139 - color contains mainly: blue. Hex color #60378B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60378B is #9FC874. Grayscale: #4C4C4C. Windows color (decimal): -10471541 or 9123680. OLE color: 9123680.

HSL color Cylindrical-coordinate representation of color #60378B: hue angle of 269.29º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #60378B is Cyan = 0.31, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9655139-
CMYK0.310.6000.45
HSL269.29º43.3%38.04%-
HSV(B)269.29º60.43%54.51%-
XYZ10.857.0825.22-
YUV76.83163.08141.67-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 33.10%
GREEN value IS 55 (21.88% from 255) = 18.97%
BLUE value IS 139 (54.69% from 255) = 47.93%
R=33.10%
G=18.97%
B=47.93%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal96551390.310.6000.45269.2943.338.04
Hex60378B1F3C02D10d2b26
Octal1406721337740554155346
Binary110000011011110001011111111111000101101100001101101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60378B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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