#6A3385

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

Shades of Kingfisher Daisy #6A3385

Tints of Kingfisher Daisy #6A3385

Color information

#6A3385 (or 0x6A3385) is unknown color: approx Kingfisher Daisy. HEX triplet: 6A, 33 and 85. RGB value is (106,51,133). Sum of RGB (Red+Green+Blue) = 106+51+133=290 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.55% from 290); Green value is 51 (20.31% from 255 or 17.59% from 290); Blue value is 133 (52.34% from 255 or 45.86% from 290); Max value from RGB is 133 - color contains mainly: blue. Hex color #6A3385 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A3385 is #95CC7A. Grayscale: #4C4C4C. Windows color (decimal): -9817211 or 8729450. OLE color: 8729450.

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

Color convert

RGB10651133-
CMYK0.200.6200.48
HSL280.24º44.57%36.08%-
HSV(B)280.24º61.65%52.16%-
XYZ11.367.1322.97-
YUV76.79159.72148.83-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 36.55%
GREEN value IS 51 (20.31% from 255) = 17.59%
BLUE value IS 133 (52.34% from 255) = 45.86%
R=36.55%
G=17.59%
B=45.86%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal106511330.200.6200.48280.2444.5736.08
Hex6A3385143E0301182d24
Octal1526320524760604305544
Binary110101011001110000101101001111100110000100011000101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A3385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,51,133); }

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

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

 a { background-color: rgb(106,51,133); }

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

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

 span { border-color: rgb(106,51,133); }

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