#6a3989

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

Shades of Kingfisher Daisy #6A3989

Tints of Kingfisher Daisy #6A3989

Color information

#6A3989 (or 0x6A3989) is unknown color: approx Kingfisher Daisy. HEX triplet: 6A, 39 and 89. RGB value is (106,57,137). Sum of RGB (Red+Green+Blue) = 106+57+137=300 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.33% from 300); Green value is 57 (22.66% from 255 or 19% from 300); Blue value is 137 (53.91% from 255 or 45.67% from 300); Max value from RGB is 137 - color contains mainly: blue. Hex color #6A3989 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A3989 is #95C676. Grayscale: #505050. Windows color (decimal): -9815671 or 8993130. OLE color: 8993130.

HSL color Cylindrical-coordinate representation of color #6A3989: hue angle of 276.75º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6A3989 is Cyan = 0.23, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB10657137-
CMYK0.230.5800.46
HSL276.75º41.24%38.04%-
HSV(B)276.75º58.39%53.73%-
XYZ11.927.824.54-
YUV80.77159.73146-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 35.33%
GREEN value IS 57 (22.66% from 255) = 19%
BLUE value IS 137 (53.91% from 255) = 45.67%
R=35.33%
G=19%
B=45.67%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal106571370.230.5800.46276.7541.2438.04
Hex6A3989173A02E1152926
Octal1527121127720564255146
Binary110101011100110001001101111110100101110100010101101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6a3989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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