#6A2C88

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

Shades of Kingfisher Daisy #6A2C88

Tints of Kingfisher Daisy #6A2C88

Color information

#6A2C88 (or 0x6A2C88) is unknown color: approx Kingfisher Daisy. HEX triplet: 6A, 2C and 88. RGB value is (106,44,136). Sum of RGB (Red+Green+Blue) = 106+44+136=286 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.06% from 286); Green value is 44 (17.58% from 255 or 15.38% from 286); Blue value is 136 (53.52% from 255 or 47.55% from 286); Max value from RGB is 136 - color contains mainly: blue. Hex color #6A2C88 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A2C88 is #95D377. Grayscale: #484848. Windows color (decimal): -9819000 or 8924266. OLE color: 8924266.

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

Color convert

RGB10644136-
CMYK0.220.6800.47
HSL280.43º51.11%35.29%-
HSV(B)280.43º67.65%53.33%-
XYZ11.296.6423.98-
YUV73.03163.54151.52-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 37.06%
GREEN value IS 44 (17.58% from 255) = 15.38%
BLUE value IS 136 (53.52% from 255) = 47.55%
R=37.06%
G=15.38%
B=47.55%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal106441360.220.6800.47280.4351.1135.29
Hex6A2C88164402F1183323
Octal15254210261040574306343
Binary1101010101100100010001011010001000101111100011000110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A2C88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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