#6A2D8C

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

Shades of Kingfisher Daisy #6A2D8C

Tints of Kingfisher Daisy #6A2D8C

Color information

#6A2D8C (or 0x6A2D8C) is unknown color: approx Kingfisher Daisy. HEX triplet: 6A, 2D and 8C. RGB value is (106,45,140). Sum of RGB (Red+Green+Blue) = 106+45+140=291 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.43% from 291); Green value is 45 (17.97% from 255 or 15.46% from 291); Blue value is 140 (55.08% from 255 or 48.11% from 291); Max value from RGB is 140 - color contains mainly: blue. Hex color #6A2D8C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A2D8C is #95D273. Grayscale: #494949. Windows color (decimal): -9818740 or 9186666. OLE color: 9186666.

HSL color Cylindrical-coordinate representation of color #6A2D8C: hue angle of 278.53º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6A2D8C is Cyan = 0.24, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10645140-
CMYK0.240.6800.45
HSL278.53º51.35%36.27%-
HSV(B)278.53º67.86%54.9%-
XYZ11.626.8325.52-
YUV74.07165.21150.78-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 36.43%
GREEN value IS 45 (17.97% from 255) = 15.46%
BLUE value IS 140 (55.08% from 255) = 48.11%
R=36.43%
G=15.46%
B=48.11%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal106451400.240.6800.45278.5351.3536.27
Hex6A2D8C184402D1173324
Octal15255214301040554276344
Binary1101010101101100011001100010001000101101100010111110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A2D8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,45,140); }

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

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

 a { background-color: rgb(106,45,140); }

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

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

 span { border-color: rgb(106,45,140); }

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