#60467A

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

Shades of Kingfisher Daisy #60467A

Tints of Kingfisher Daisy #60467A

Color information

#60467A (or 0x60467A) is unknown color: approx Kingfisher Daisy. HEX triplet: 60, 46 and 7A. RGB value is (96,70,122). Sum of RGB (Red+Green+Blue) = 96+70+122=288 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.33% from 288); Green value is 70 (27.73% from 255 or 24.31% from 288); Blue value is 122 (48.05% from 255 or 42.36% from 288); Max value from RGB is 122 - color contains mainly: blue. Hex color #60467A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60467A is #9FB985. Grayscale: #535353. Windows color (decimal): -10467718 or 8013408. OLE color: 8013408.

HSL color Cylindrical-coordinate representation of color #60467A: hue angle of 270º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #60467A is Cyan = 0.21, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB9670122-
CMYK0.210.4300.52
HSL270º27.08%37.65%-
HSV(B)270º42.62%47.84%-
XYZ10.538.2719.45-
YUV83.7149.61136.77-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 33.33%
GREEN value IS 70 (27.73% from 255) = 24.31%
BLUE value IS 122 (48.05% from 255) = 42.36%
R=33.33%
G=24.31%
B=42.36%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal96701220.210.4300.5227027.0837.65
Hex60467A152B03410e1b26
Octal14010617225530644163346
Binary11000001000110111101010101101011011010010000111011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60467A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,70,122); }

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

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

 a { background-color: rgb(96,70,122); }

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

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

 span { border-color: rgb(96,70,122); }

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