#6A3A88

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

Shades of Kingfisher Daisy #6A3A88

Tints of Kingfisher Daisy #6A3A88

Color information

#6A3A88 (or 0x6A3A88) is unknown color: approx Kingfisher Daisy. HEX triplet: 6A, 3A and 88. RGB value is (106,58,136). Sum of RGB (Red+Green+Blue) = 106+58+136=300 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.33% from 300); Green value is 58 (23.05% from 255 or 19.33% from 300); Blue value is 136 (53.52% from 255 or 45.33% from 300); Max value from RGB is 136 - color contains mainly: blue. Hex color #6A3A88 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A3A88 is #95C577. Grayscale: #505050. Windows color (decimal): -9815416 or 8927850. OLE color: 8927850.

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

Color convert

RGB10658136-
CMYK0.220.5700.47
HSL276.92º40.21%38.04%-
HSV(B)276.92º57.35%53.33%-
XYZ11.97.8724.18-
YUV81.24158.9145.66-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 35.33%
GREEN value IS 58 (23.05% from 255) = 19.33%
BLUE value IS 136 (53.52% from 255) = 45.33%
R=35.33%
G=19.33%
B=45.33%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal106581360.220.5700.47276.9240.2138.04
Hex6A3A88163902F1152826
Octal1527221026710574255046
Binary110101011101010001000101101110010101111100010101101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A3A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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