#6A328D

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

Shades of Kingfisher Daisy #6A328D

Tints of Kingfisher Daisy #6A328D

Color information

#6A328D (or 0x6A328D) is unknown color: approx Kingfisher Daisy. HEX triplet: 6A, 32 and 8D. RGB value is (106,50,141). Sum of RGB (Red+Green+Blue) = 106+50+141=297 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.69% from 297); Green value is 50 (19.92% from 255 or 16.84% from 297); Blue value is 141 (55.47% from 255 or 47.47% from 297); Max value from RGB is 141 - color contains mainly: blue. Hex color #6A328D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A328D is #95CD72. Grayscale: #4C4C4C. Windows color (decimal): -9817459 or 9253482. OLE color: 9253482.

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

Color convert

RGB10650141-
CMYK0.250.6500.45
HSL276.92º47.64%37.45%-
HSV(B)276.92º64.54%55.29%-
XYZ11.897.2725.98-
YUV77.12164.05148.6-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 35.69%
GREEN value IS 50 (19.92% from 255) = 16.84%
BLUE value IS 141 (55.47% from 255) = 47.47%
R=35.69%
G=16.84%
B=47.47%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal106501410.250.6500.45276.9247.6437.45
Hex6A328D194102D1153025
Octal15262215311010554256045
Binary1101010110010100011011100110000010101101100010101110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A328D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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