#6B6473

Color #6B6473 Scarpa Flow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarpa Flow #6B6473

Tints of Scarpa Flow #6B6473

Color information

#6B6473 (or 0x6B6473) is unknown color: approx Scarpa Flow. HEX triplet: 6B, 64 and 73. RGB value is (107,100,115). Sum of RGB (Red+Green+Blue) = 107+100+115=322 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.23% from 322); Green value is 100 (39.45% from 255 or 31.06% from 322); Blue value is 115 (45.31% from 255 or 35.71% from 322); Max value from RGB is 115 - color contains mainly: blue. Hex color #6B6473 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6473 is #949B8C. Grayscale: #676767. Windows color (decimal): -9739149 or 7562347. OLE color: 7562347.

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

Color convert

RGB107100115-
CMYK0.070.1300.55
HSL268º6.98%42.16%-
HSV(B)268º13.04%45.1%-
XYZ13.7213.4818.1-
YUV103.8134.32130.28-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 33.23%
GREEN value IS 100 (39.45% from 255) = 31.06%
BLUE value IS 115 (45.31% from 255) = 35.71%
R=33.23%
G=31.06%
B=35.71%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1071001150.070.1300.552686.9842.16
Hex6B64737D03710c72a
Octal153144163715067414752
Binary11010111100100111001111111010110111100001100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B6473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,100,115); }

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

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

 a { background-color: rgb(107,100,115); }

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

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

 span { border-color: rgb(107,100,115); }

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