#6A2C8C

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

Shades of Kingfisher Daisy #6A2C8C

Tints of Kingfisher Daisy #6A2C8C

Color information

#6A2C8C (or 0x6A2C8C) is unknown color: approx Kingfisher Daisy. HEX triplet: 6A, 2C and 8C. RGB value is (106,44,140). Sum of RGB (Red+Green+Blue) = 106+44+140=290 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.55% from 290); Green value is 44 (17.58% from 255 or 15.17% from 290); Blue value is 140 (55.08% from 255 or 48.28% from 290); Max value from RGB is 140 - color contains mainly: blue. Hex color #6A2C8C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A2C8C is #95D373. Grayscale: #494949. Windows color (decimal): -9818996 or 9186410. OLE color: 9186410.

HSL color Cylindrical-coordinate representation of color #6A2C8C: hue angle of 278.75º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6A2C8C is Cyan = 0.24, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10644140-
CMYK0.240.6900.45
HSL278.75º52.17%36.08%-
HSV(B)278.75º68.57%54.9%-
XYZ11.586.7625.51-
YUV73.48165.54151.19-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 36.55%
GREEN value IS 44 (17.58% from 255) = 15.17%
BLUE value IS 140 (55.08% from 255) = 48.28%
R=36.55%
G=15.17%
B=48.28%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal106441400.240.6900.45278.7552.1736.08
Hex6A2C8C184502D1173424
Octal15254214301050554276444
Binary1101010101100100011001100010001010101101100010111110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A2C8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,44,140); }

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

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

 a { background-color: rgb(106,44,140); }

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

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

 span { border-color: rgb(106,44,140); }

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