#6A3986

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

Shades of Kingfisher Daisy #6A3986

Tints of Kingfisher Daisy #6A3986

Color information

#6A3986 (or 0x6A3986) is unknown color: approx Kingfisher Daisy. HEX triplet: 6A, 39 and 86. RGB value is (106,57,134). Sum of RGB (Red+Green+Blue) = 106+57+134=297 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.69% from 297); Green value is 57 (22.66% from 255 or 19.19% from 297); Blue value is 134 (52.73% from 255 or 45.12% from 297); Max value from RGB is 134 - color contains mainly: blue. Hex color #6A3986 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A3986 is #95C679. Grayscale: #505050. Windows color (decimal): -9815674 or 8796522. OLE color: 8796522.

HSL color Cylindrical-coordinate representation of color #6A3986: hue angle of 278.18º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6A3986 is Cyan = 0.21, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB10657134-
CMYK0.210.5700.47
HSL278.18º40.31%37.45%-
HSV(B)278.18º57.46%52.55%-
XYZ11.717.7123.43-
YUV80.43158.23146.24-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 35.69%
GREEN value IS 57 (22.66% from 255) = 19.19%
BLUE value IS 134 (52.73% from 255) = 45.12%
R=35.69%
G=19.19%
B=45.12%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal106571340.210.5700.47278.1840.3137.45
Hex6A3986153902F1162825
Octal1527120625710574265045
Binary110101011100110000110101011110010101111100010110101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A3986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,57,134); }

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

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

 a { background-color: rgb(106,57,134); }

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

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

 span { border-color: rgb(106,57,134); }

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