#6B318C

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

Shades of Kingfisher Daisy #6B318C

Tints of Kingfisher Daisy #6B318C

Color information

#6B318C (or 0x6B318C) is unknown color: approx Kingfisher Daisy. HEX triplet: 6B, 31 and 8C. RGB value is (107,49,140). Sum of RGB (Red+Green+Blue) = 107+49+140=296 (39% of max value = 765). Red value is 107 (42.19% from 255 or 36.15% from 296); Green value is 49 (19.53% from 255 or 16.55% from 296); Blue value is 140 (55.08% from 255 or 47.30% from 296); Max value from RGB is 140 - color contains mainly: blue. Hex color #6B318C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B318C is #94CE73. Grayscale: #4C4C4C. Windows color (decimal): -9752180 or 9187691. OLE color: 9187691.

HSL color Cylindrical-coordinate representation of color #6B318C: hue angle of 278.24º 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 #6B318C is Cyan = 0.24, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10749140-
CMYK0.240.6500.45
HSL278.24º48.15%37.06%-
HSV(B)278.24º65%54.9%-
XYZ11.97.2225.58-
YUV76.72163.72149.6-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 36.15%
GREEN value IS 49 (19.53% from 255) = 16.55%
BLUE value IS 140 (55.08% from 255) = 47.30%
R=36.15%
G=16.55%
B=47.30%

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
Decimal107491400.240.6500.45278.2448.1537.06
Hex6B318C184102D1163025
Octal15361214301010554266045
Binary1101011110001100011001100010000010101101100010110110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B318C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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