#6a3785

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

Shades of Kingfisher Daisy #6A3785

Tints of Kingfisher Daisy #6A3785

Color information

#6A3785 (or 0x6A3785) is unknown color: approx Kingfisher Daisy. HEX triplet: 6A, 37 and 85. RGB value is (106,55,133). Sum of RGB (Red+Green+Blue) = 106+55+133=294 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.05% from 294); Green value is 55 (21.88% from 255 or 18.71% from 294); Blue value is 133 (52.34% from 255 or 45.24% from 294); Max value from RGB is 133 - color contains mainly: blue. Hex color #6A3785 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A3785 is #95C87A. Grayscale: #4E4E4E. Windows color (decimal): -9816187 or 8730474. OLE color: 8730474.

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

Color convert

RGB10655133-
CMYK0.200.5900.48
HSL279.23º41.49%36.86%-
HSV(B)279.23º58.65%52.16%-
XYZ11.547.4923.03-
YUV79.14158.4147.16-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 36.05%
GREEN value IS 55 (21.88% from 255) = 18.71%
BLUE value IS 133 (52.34% from 255) = 45.24%
R=36.05%
G=18.71%
B=45.24%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal106551330.200.5900.48279.2341.4936.86
Hex6A3785143B0301172925
Octal1526720524730604275145
Binary110101011011110000101101001110110110000100010111101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6a3785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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