#6A3A8A

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

Shades of Kingfisher Daisy #6A3A8A

Tints of Kingfisher Daisy #6A3A8A

Color information

#6A3A8A (or 0x6A3A8A) is unknown color: approx Kingfisher Daisy. HEX triplet: 6A, 3A and 8A. RGB value is (106,58,138). Sum of RGB (Red+Green+Blue) = 106+58+138=302 (40% of max value = 765). Red value is 106 (41.80% from 255 or 35.10% from 302); Green value is 58 (23.05% from 255 or 19.21% from 302); Blue value is 138 (54.30% from 255 or 45.70% from 302); Max value from RGB is 138 - color contains mainly: blue. Hex color #6A3A8A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A3A8A is #95C575. Grayscale: #515151. Windows color (decimal): -9815414 or 9058922. OLE color: 9058922.

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

Color convert

RGB10658138-
CMYK0.230.5800.46
HSL276º40.82%38.43%-
HSV(B)276º57.97%54.12%-
XYZ12.047.9324.94-
YUV81.47159.9145.5-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 35.10%
GREEN value IS 58 (23.05% from 255) = 19.21%
BLUE value IS 138 (54.30% from 255) = 45.70%
R=35.10%
G=19.21%
B=45.70%

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
Decimal106581380.230.5800.4627640.8238.43
Hex6A3A8A173A02E1142926
Octal1527221227720564245146
Binary110101011101010001010101111110100101110100010100101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A3A8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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