#6A328B

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

Shades of Kingfisher Daisy #6A328B

Tints of Kingfisher Daisy #6A328B

Color information

#6A328B (or 0x6A328B) is unknown color: approx Kingfisher Daisy. HEX triplet: 6A, 32 and 8B. RGB value is (106,50,139). Sum of RGB (Red+Green+Blue) = 106+50+139=295 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.93% from 295); Green value is 50 (19.92% from 255 or 16.95% from 295); Blue value is 139 (54.69% from 255 or 47.12% from 295); Max value from RGB is 139 - color contains mainly: blue. Hex color #6A328B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A328B is #95CD74. Grayscale: #4C4C4C. Windows color (decimal): -9817461 or 9122410. OLE color: 9122410.

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

Color convert

RGB10650139-
CMYK0.240.6400.45
HSL277.75º47.09%37.06%-
HSV(B)277.75º64.03%54.51%-
XYZ11.747.2125.2-
YUV76.89163.05148.76-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 35.93%
GREEN value IS 50 (19.92% from 255) = 16.95%
BLUE value IS 139 (54.69% from 255) = 47.12%
R=35.93%
G=16.95%
B=47.12%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal106501390.240.6400.45277.7547.0937.06
Hex6A328B184002D1162f25
Octal15262213301000554265745
Binary1101010110010100010111100010000000101101100010110101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A328B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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