#6A3185

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

Shades of Kingfisher Daisy #6A3185

Tints of Kingfisher Daisy #6A3185

Color information

#6A3185 (or 0x6A3185) is unknown color: approx Kingfisher Daisy. HEX triplet: 6A, 31 and 85. RGB value is (106,49,133). Sum of RGB (Red+Green+Blue) = 106+49+133=288 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.81% from 288); Green value is 49 (19.53% from 255 or 17.01% from 288); Blue value is 133 (52.34% from 255 or 46.18% from 288); Max value from RGB is 133 - color contains mainly: blue. Hex color #6A3185 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A3185 is #95CE7A. Grayscale: #4B4B4B. Windows color (decimal): -9817723 or 8728938. OLE color: 8728938.

HSL color Cylindrical-coordinate representation of color #6A3185: hue angle of 280.71º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6A3185 is Cyan = 0.20, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB10649133-
CMYK0.200.6300.48
HSL280.71º46.15%35.69%-
HSV(B)280.71º63.16%52.16%-
XYZ11.286.9522.94-
YUV75.62160.38149.67-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 36.81%
GREEN value IS 49 (19.53% from 255) = 17.01%
BLUE value IS 133 (52.34% from 255) = 46.18%
R=36.81%
G=17.01%
B=46.18%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal106491330.200.6300.48280.7146.1535.69
Hex6A3185143F0301192e24
Octal1526120524770604315644
Binary110101011000110000101101001111110110000100011001101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A3185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A3185; }

 p { color: rgb(106,49,133); }

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

<style>
 a { background-color: #6A3185; }

 a { background-color: rgb(106,49,133); }

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

<style>
 span { border-color: #6A3185; }

 span { border-color: rgb(106,49,133); }

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