#6A3786

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

Shades of Kingfisher Daisy #6A3786

Tints of Kingfisher Daisy #6A3786

Color information

#6A3786 (or 0x6A3786) is unknown color: approx Kingfisher Daisy. HEX triplet: 6A, 37 and 86. RGB value is (106,55,134). Sum of RGB (Red+Green+Blue) = 106+55+134=295 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.93% from 295); Green value is 55 (21.88% from 255 or 18.64% from 295); Blue value is 134 (52.73% from 255 or 45.42% from 295); Max value from RGB is 134 - color contains mainly: blue. Hex color #6A3786 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A3786 is #95C879. Grayscale: #4E4E4E. Windows color (decimal): -9816186 or 8796010. OLE color: 8796010.

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

Color convert

RGB10655134-
CMYK0.210.5900.47
HSL278.73º41.8%37.06%-
HSV(B)278.73º58.96%52.55%-
XYZ11.617.5223.39-
YUV79.26158.9147.08-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 35.93%
GREEN value IS 55 (21.88% from 255) = 18.64%
BLUE value IS 134 (52.73% from 255) = 45.42%
R=35.93%
G=18.64%
B=45.42%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal106551340.210.5900.47278.7341.837.06
Hex6A3786153B02F1172a25
Octal1526720625730574275245
Binary110101011011110000110101011110110101111100010111101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A3786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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