#6A3684

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

Shades of Kingfisher Daisy #6A3684

Tints of Kingfisher Daisy #6A3684

Color information

#6A3684 (or 0x6A3684) is unknown color: approx Kingfisher Daisy. HEX triplet: 6A, 36 and 84. RGB value is (106,54,132). Sum of RGB (Red+Green+Blue) = 106+54+132=292 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.30% from 292); Green value is 54 (21.48% from 255 or 18.49% from 292); Blue value is 132 (51.95% from 255 or 45.21% from 292); Max value from RGB is 132 - color contains mainly: blue. Hex color #6A3684 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A3684 is #95C97B. Grayscale: #4E4E4E. Windows color (decimal): -9816444 or 8664682. OLE color: 8664682.

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

Color convert

RGB10654132-
CMYK0.200.5900.48
HSL280º41.94%36.47%-
HSV(B)280º59.09%51.76%-
XYZ11.437.3722.65-
YUV78.44158.23147.66-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 36.30%
GREEN value IS 54 (21.48% from 255) = 18.49%
BLUE value IS 132 (51.95% from 255) = 45.21%
R=36.30%
G=18.49%
B=45.21%

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
Decimal106541320.200.5900.4828041.9436.47
Hex6A3684143B0301182a24
Octal1526620424730604305244
Binary110101011011010000100101001110110110000100011000101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A3684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,54,132); }

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

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

 a { background-color: rgb(106,54,132); }

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

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

 span { border-color: rgb(106,54,132); }

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