#6A3288

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

Shades of Kingfisher Daisy #6A3288

Tints of Kingfisher Daisy #6A3288

Color information

#6A3288 (or 0x6A3288) is unknown color: approx Kingfisher Daisy. HEX triplet: 6A, 32 and 88. RGB value is (106,50,136). Sum of RGB (Red+Green+Blue) = 106+50+136=292 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.30% from 292); Green value is 50 (19.92% from 255 or 17.12% from 292); Blue value is 136 (53.52% from 255 or 46.58% from 292); Max value from RGB is 136 - color contains mainly: blue. Hex color #6A3288 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A3288 is #95CD77. Grayscale: #4C4C4C. Windows color (decimal): -9817464 or 8925802. OLE color: 8925802.

HSL color Cylindrical-coordinate representation of color #6A3288: hue angle of 279.07º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6A3288 is Cyan = 0.22, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB10650136-
CMYK0.220.6300.47
HSL279.07º46.24%36.47%-
HSV(B)279.07º63.24%53.33%-
XYZ11.537.1224.06-
YUV76.55161.55149.01-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 36.30%
GREEN value IS 50 (19.92% from 255) = 17.12%
BLUE value IS 136 (53.52% from 255) = 46.58%
R=36.30%
G=17.12%
B=46.58%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal106501360.220.6300.47279.0746.2436.47
Hex6A3288163F02F1172e24
Octal1526221026770574275644
Binary110101011001010001000101101111110101111100010111101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A3288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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