#6A288D

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

Shades of Kingfisher Daisy #6A288D

Tints of Kingfisher Daisy #6A288D

Color information

#6A288D (or 0x6A288D) is unknown color: approx Kingfisher Daisy. HEX triplet: 6A, 28 and 8D. RGB value is (106,40,141). Sum of RGB (Red+Green+Blue) = 106+40+141=287 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.93% from 287); Green value is 40 (16.02% from 255 or 13.94% from 287); Blue value is 141 (55.47% from 255 or 49.13% from 287); Max value from RGB is 141 - color contains mainly: blue. Hex color #6A288D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A288D is #95D772. Grayscale: #464646. Windows color (decimal): -9820019 or 9250922. OLE color: 9250922.

HSL color Cylindrical-coordinate representation of color #6A288D: hue angle of 279.21º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6A288D is Cyan = 0.25, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10640141-
CMYK0.250.7200.45
HSL279.21º55.8%35.49%-
HSV(B)279.21º71.63%55.29%-
XYZ11.516.525.85-
YUV71.25167.37152.79-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 36.93%
GREEN value IS 40 (16.02% from 255) = 13.94%
BLUE value IS 141 (55.47% from 255) = 49.13%
R=36.93%
G=13.94%
B=49.13%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal106401410.250.7200.45279.2155.835.49
Hex6A288D194802D1173823
Octal15250215311100554277043
Binary1101010101000100011011100110010000101101100010111111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A288D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,40,141); }

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

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

 a { background-color: rgb(106,40,141); }

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

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

 span { border-color: rgb(106,40,141); }

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