#60268C

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

Shades of Kingfisher Daisy #60268C

Tints of Kingfisher Daisy #60268C

Color information

#60268C (or 0x60268C) is unknown color: approx Kingfisher Daisy. HEX triplet: 60, 26 and 8C. RGB value is (96,38,140). Sum of RGB (Red+Green+Blue) = 96+38+140=274 (36% of max value = 765). Red value is 96 (37.89% from 255 or 35.04% from 274); Green value is 38 (15.23% from 255 or 13.87% from 274); Blue value is 140 (55.08% from 255 or 51.09% from 274); Max value from RGB is 140 - color contains mainly: blue. Hex color #60268C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60268C is #9FD973. Grayscale: #424242. Windows color (decimal): -10475892 or 9184864. OLE color: 9184864.

HSL color Cylindrical-coordinate representation of color #60268C: hue angle of 274.12º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #60268C is Cyan = 0.31, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9638140-
CMYK0.310.7300.45
HSL274.12º57.3%34.9%-
HSV(B)274.12º72.86%54.9%-
XYZ10.255.7725.38-
YUV66.97169.22148.71-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 35.04%
GREEN value IS 38 (15.23% from 255) = 13.87%
BLUE value IS 140 (55.08% from 255) = 51.09%
R=35.04%
G=13.87%
B=51.09%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal96381400.310.7300.45274.1257.334.9
Hex60268C1F4902D1123923
Octal14046214371110554227143
Binary1100000100110100011001111110010010101101100010010111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60268C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60268C; }

 p { color: rgb(96,38,140); }

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

<style>
 a { background-color: #60268C; }

 a { background-color: rgb(96,38,140); }

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

<style>
 span { border-color: #60268C; }

 span { border-color: rgb(96,38,140); }

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