#6A348C

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

Shades of Kingfisher Daisy #6A348C

Tints of Kingfisher Daisy #6A348C

Color information

#6A348C (or 0x6A348C) is unknown color: approx Kingfisher Daisy. HEX triplet: 6A, 34 and 8C. RGB value is (106,52,140). Sum of RGB (Red+Green+Blue) = 106+52+140=298 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.57% from 298); Green value is 52 (20.70% from 255 or 17.45% from 298); Blue value is 140 (55.08% from 255 or 46.98% from 298); Max value from RGB is 140 - color contains mainly: blue. Hex color #6A348C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A348C is #95CB73. Grayscale: #4D4D4D. Windows color (decimal): -9816948 or 9188458. OLE color: 9188458.

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

Color convert

RGB10652140-
CMYK0.240.6300.45
HSL276.82º45.83%37.65%-
HSV(B)276.82º62.86%54.9%-
XYZ11.917.4125.61-
YUV78.18162.89147.84-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 35.57%
GREEN value IS 52 (20.70% from 255) = 17.45%
BLUE value IS 140 (55.08% from 255) = 46.98%
R=35.57%
G=17.45%
B=46.98%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal106521400.240.6300.45276.8245.8337.65
Hex6A348C183F02D1152e26
Octal1526421430770554255646
Binary110101011010010001100110001111110101101100010101101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A348C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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