#6A298C

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

Shades of Kingfisher Daisy #6A298C

Tints of Kingfisher Daisy #6A298C

Color information

#6A298C (or 0x6A298C) is unknown color: approx Kingfisher Daisy. HEX triplet: 6A, 29 and 8C. RGB value is (106,41,140). Sum of RGB (Red+Green+Blue) = 106+41+140=287 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.93% from 287); Green value is 41 (16.41% from 255 or 14.29% from 287); Blue value is 140 (55.08% from 255 or 48.78% from 287); Max value from RGB is 140 - color contains mainly: blue. Hex color #6A298C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A298C is #95D673. Grayscale: #474747. Windows color (decimal): -9819764 or 9185642. OLE color: 9185642.

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

Color convert

RGB10641140-
CMYK0.240.7100.45
HSL279.39º54.7%35.49%-
HSV(B)279.39º70.71%54.9%-
XYZ11.476.5425.47-
YUV71.72166.53152.45-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 36.93%
GREEN value IS 41 (16.41% from 255) = 14.29%
BLUE value IS 140 (55.08% from 255) = 48.78%
R=36.93%
G=14.29%
B=48.78%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal106411400.240.7100.45279.3954.735.49
Hex6A298C184702D1173723
Octal15251214301070554276743
Binary1101010101001100011001100010001110101101100010111110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A298C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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