#6A318C

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

Shades of Kingfisher Daisy #6A318C

Tints of Kingfisher Daisy #6A318C

Color information

#6A318C (or 0x6A318C) is unknown color: approx Kingfisher Daisy. HEX triplet: 6A, 31 and 8C. RGB value is (106,49,140). Sum of RGB (Red+Green+Blue) = 106+49+140=295 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.93% from 295); Green value is 49 (19.53% from 255 or 16.61% from 295); Blue value is 140 (55.08% from 255 or 47.46% from 295); Max value from RGB is 140 - color contains mainly: blue. Hex color #6A318C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A318C is #95CE73. Grayscale: #4C4C4C. Windows color (decimal): -9817716 or 9187690. OLE color: 9187690.

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

Color convert

RGB10649140-
CMYK0.240.6500.45
HSL277.58º48.15%37.06%-
HSV(B)277.58º65%54.9%-
XYZ11.787.1525.57-
YUV76.42163.88149.1-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 35.93%
GREEN value IS 49 (19.53% from 255) = 16.61%
BLUE value IS 140 (55.08% from 255) = 47.46%
R=35.93%
G=16.61%
B=47.46%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal106491400.240.6500.45277.5848.1537.06
Hex6A318C184102D1163025
Octal15261214301010554266045
Binary1101010110001100011001100010000010101101100010110110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A318C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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