#6A3A89

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

Shades of Kingfisher Daisy #6A3A89

Tints of Kingfisher Daisy #6A3A89

Color information

#6A3A89 (or 0x6A3A89) is unknown color: approx Kingfisher Daisy. HEX triplet: 6A, 3A and 89. RGB value is (106,58,137). Sum of RGB (Red+Green+Blue) = 106+58+137=301 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.22% from 301); Green value is 58 (23.05% from 255 or 19.27% from 301); Blue value is 137 (53.91% from 255 or 45.51% from 301); Max value from RGB is 137 - color contains mainly: blue. Hex color #6A3A89 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A3A89 is #95C576. Grayscale: #515151. Windows color (decimal): -9815415 or 8993386. OLE color: 8993386.

HSL color Cylindrical-coordinate representation of color #6A3A89: hue angle of 276.46º 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 #6A3A89 is Cyan = 0.23, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB10658137-
CMYK0.230.5800.46
HSL276.46º40.51%38.24%-
HSV(B)276.46º57.66%53.73%-
XYZ11.977.924.56-
YUV81.36159.4145.58-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 35.22%
GREEN value IS 58 (23.05% from 255) = 19.27%
BLUE value IS 137 (53.91% from 255) = 45.51%
R=35.22%
G=19.27%
B=45.51%

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
Decimal106581370.230.5800.46276.4640.5138.24
Hex6A3A89173A02E1142926
Octal1527221127720564245146
Binary110101011101010001001101111110100101110100010100101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A3A89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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