#6A2D89

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

Shades of Kingfisher Daisy #6A2D89

Tints of Kingfisher Daisy #6A2D89

Color information

#6A2D89 (or 0x6A2D89) is unknown color: approx Kingfisher Daisy. HEX triplet: 6A, 2D and 89. RGB value is (106,45,137). Sum of RGB (Red+Green+Blue) = 106+45+137=288 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.81% from 288); Green value is 45 (17.97% from 255 or 15.62% from 288); Blue value is 137 (53.91% from 255 or 47.57% from 288); Max value from RGB is 137 - color contains mainly: blue. Hex color #6A2D89 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A2D89 is #95D276. Grayscale: #494949. Windows color (decimal): -9818743 or 8990058. OLE color: 8990058.

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

Color convert

RGB10645137-
CMYK0.230.6700.46
HSL279.78º50.55%35.69%-
HSV(B)279.78º67.15%53.73%-
XYZ11.46.7524.37-
YUV73.73163.71151.02-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 36.81%
GREEN value IS 45 (17.97% from 255) = 15.62%
BLUE value IS 137 (53.91% from 255) = 47.57%
R=36.81%
G=15.62%
B=47.57%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal106451370.230.6700.46279.7850.5535.69
Hex6A2D89174302E1183324
Octal15255211271030564306344
Binary1101010101101100010011011110000110101110100011000110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A2D89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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