#6A3687

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

Shades of Kingfisher Daisy #6A3687

Tints of Kingfisher Daisy #6A3687

Color information

#6A3687 (or 0x6A3687) is unknown color: approx Kingfisher Daisy. HEX triplet: 6A, 36 and 87. RGB value is (106,54,135). Sum of RGB (Red+Green+Blue) = 106+54+135=295 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.93% from 295); Green value is 54 (21.48% from 255 or 18.31% from 295); Blue value is 135 (53.12% from 255 or 45.76% from 295); Max value from RGB is 135 - color contains mainly: blue. Hex color #6A3687 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A3687 is #95C978. Grayscale: #4E4E4E. Windows color (decimal): -9816441 or 8861290. OLE color: 8861290.

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

Color convert

RGB10654135-
CMYK0.210.6000.47
HSL278.52º42.86%37.06%-
HSV(B)278.52º60%52.94%-
XYZ11.647.4523.75-
YUV78.78159.73147.41-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 35.93%
GREEN value IS 54 (21.48% from 255) = 18.31%
BLUE value IS 135 (53.12% from 255) = 45.76%
R=35.93%
G=18.31%
B=45.76%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal106541350.210.6000.47278.5242.8637.06
Hex6A3687153C02F1172b25
Octal1526620725740574275345
Binary110101011011010000111101011111000101111100010111101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A3687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,54,135); }

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

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

 a { background-color: rgb(106,54,135); }

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

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

 span { border-color: rgb(106,54,135); }

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