#6a2f8a

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

Shades of Kingfisher Daisy #6A2F8A

Tints of Kingfisher Daisy #6A2F8A

Color information

#6A2F8A (or 0x6A2F8A) is unknown color: approx Kingfisher Daisy. HEX triplet: 6A, 2F and 8A. RGB value is (106,47,138). Sum of RGB (Red+Green+Blue) = 106+47+138=291 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.43% from 291); Green value is 47 (18.75% from 255 or 16.15% from 291); Blue value is 138 (54.30% from 255 or 47.42% from 291); Max value from RGB is 138 - color contains mainly: blue. Hex color #6A2F8A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A2F8A is #95D075. Grayscale: #4A4A4A. Windows color (decimal): -9818230 or 9056106. OLE color: 9056106.

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

Color convert

RGB10647138-
CMYK0.230.6600.46
HSL278.9º49.19%36.27%-
HSV(B)278.9º65.94%54.12%-
XYZ11.556.9324.77-
YUV75.02163.55150.1-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 36.43%
GREEN value IS 47 (18.75% from 255) = 16.15%
BLUE value IS 138 (54.30% from 255) = 47.42%
R=36.43%
G=16.15%
B=47.42%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal106471380.230.6600.46278.949.1936.27
Hex6A2F8A174202E1173124
Octal15257212271020564276144
Binary1101010101111100010101011110000100101110100010111110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6a2f8a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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